In [2]:
import MDSplus as mds

In [3]:
c=mds.Connection('alcdata.psfc.mit.edu')
c.openTree('cmod',1120601001)
ip=c.get('\ip')
print(len(ip))


13312

In [4]:
ip_time=get('dim_of(\ip)')
print(ip_time)


None

In [5]:
ip_time

In [6]:
plot(ip)


Out[6]:
[<matplotlib.lines.Line2D at 0xa48d780>]

In [ ]: