Trees | Index | Help |
|
---|
Package MDSplus :: Module mdsdata |
|
Classes | |
---|---|
Data |
Superclass used by most MDSplus objects. |
EmptyData |
No Value |
Function Summary | |
---|---|
Data |
Return the data for an object converted into a primitive data type |
string |
Returns the item converted to a string |
Return evaluation of mdsplus object | |
Data |
Return dimension of an object |
Data |
Return the data of the error of an object |
string |
Return units of item. |
Data |
Return the value portion of an object |
Convert a python object to a MDSobject Data object | |
Return raw portion of data item |
Function Details |
---|
data(item)Return the data for an object converted into a primitive data type
|
decompile(item)Returns the item converted to a string
|
evaluate(item)Return evaluation of mdsplus object |
getDimension(item, idx=0)Return dimension of an object
|
getError(item)Return the data of the error of an object
|
getUnits(item)Return units of item. Evaluate the units expression if necessary.
|
getValuePart(item)Return the value portion of an object
|
makeData(value)Convert a python object to a MDSobject Data object |
rawPart(item)Return raw portion of data item |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Aug 18 13:35:32 2010 | http://epydoc.sf.net |