Trees | Index | Help |
|
---|
Package MDSplus :: Module connection :: Class Connection |
|
object
--+
|
Connection
Method Summary | |
---|---|
__init__(self,
hostspec)
| |
__getAnswer__(self)
| |
Internal routine used in determining characteristics of the value | |
__processGetMany__(cls)
(Class method) | |
__processPutMany__(cls)
(Class method) | |
Internal routine to send argument to mdsip server | |
None |
Close all open MDSplus trees |
None |
Close an MDSplus tree on the remote server |
Scalar or Array |
Evaluate and expression on the remote server |
Return instance of a Connection.GetMany class. | |
None |
Open an MDSplus tree on a remote server |
None |
Put data into a node in an MDSplus tree |
Return an instance of a Connection.PutMany class. | |
None |
Change the current default tree location on the remote server |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
dict |
dtype_to_scalar = {2: <class 'MDSplus.mdsscalar.Uint8'>,...
|
type |
GetMany = MDSplus.connection.GetMany |
type |
PutMany = MDSplus.connection.PutMany |
Instance Method Details |
---|
__inspect__(self, value)Internal routine used in determining characteristics of the value |
__sendArg__(self, value, idx, num)Internal routine to send argument to mdsip server |
closeAllTrees(self)Close all open MDSplus trees
|
closeTree(self, tree, shot)Close an MDSplus tree on the remote server
|
get(self, exp, *args, **kwargs)Evaluate and expression on the remote server
|
getMany(self)Return instance of a Connection.GetMany class. See the Connection.GetMany documentation for further information. |
openTree(self, tree, shot)Open an MDSplus tree on a remote server
|
put(self, node, exp, *args)Put data into a node in an MDSplus tree
|
putMany(self)Return an instance of a Connection.PutMany class. See the Connection.PutMany documentation for further information. |
setDefault(self, path)Change the current default tree location on the remote server
|
Class Variable Details |
---|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Aug 18 13:35:30 2010 | http://epydoc.sf.net |