Added Thin Client remote access
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
9
Analysis/getRemoteMdsData.py
Normal file
9
Analysis/getRemoteMdsData.py
Normal file
@@ -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()
|
||||
Reference in New Issue
Block a user