Skip to content
Snippets Groups Projects
Commit 0382ff92 authored by Olivier Sauter's avatar Olivier Sauter
Browse files

help file on mdsplus connections

git-svn-id: https://spcsvn.epfl.ch/repos/TCV/gdat/trunk@1877 d63d8f72-b253-0410-a779-e742ad2e26cf
parent 5acd1eb8
No related branches found
No related tags found
No related merge requests found
To connect from JET to IPP with mdsplus:
need 2 windows
1st window, create tunneling with slogin:
slogin -losauter -L 8001:seaug.ipp.mpg.de:8000 gate1.aug.ipp.mpg.de
(mdsplus too slow now)
In other window, open matlab and do:
mdsconnect('localhost:8001')
To check the connection:
mdsvalue('1+2')
zmag.data=mdsvalue('_zmag=augsignal(shot,"FPG","Zmag")');
zmag.t=mdsvalue('dim_of(_aa,0)');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment