diff --git a/Analysis/getRemoteMdsData.py b/Analysis/getRemoteMdsData.py new file mode 100644 index 0000000..9368865 --- /dev/null +++ b/Analysis/getRemoteMdsData.py @@ -0,0 +1,9 @@ +""" +Thin client configuration +https://www.mdsplus.org/index.php?title=Documentation:Tutorial:RemoteAccess&open=101601206494234739185&page=Documentation%2FTutorials%2FRemote+RemoteAccess +""" +from MDSplus import Connection +conn = Connection('epics.ipfn.tecnico.ulisboa.pt') +conn.openTree('rtappisttok', 131) +result = conn.get("ATCAIOP1.ADC0RAW") +result.data()