Package MDSplus :: Module mdsdata
[frames | no frames]

Module MDSplus.mdsdata

Classes
Data Superclass used by most MDSplus objects.
EmptyData No Value

Function Summary
Data data(item)
Return the data for an object converted into a primitive data type
string decompile(item)
Returns the item converted to a string
  evaluate(item)
Return evaluation of mdsplus object
Data getDimension(item, idx)
Return dimension of an object
Data getError(item)
Return the data of the error of an object
string getUnits(item)
Return units of item.
Data 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

Function Details

data(item)

Return the data for an object converted into a primitive data type
Returns:
Data

decompile(item)

Returns the item converted to a string
Returns:
string

evaluate(item)

Return evaluation of mdsplus object

getDimension(item, idx=0)

Return dimension of an object
Returns:
Data

getError(item)

Return the data of the error of an object
Returns:
Data

getUnits(item)

Return units of item. Evaluate the units expression if necessary.
Returns:
string

getValuePart(item)

Return the value portion of an object
Returns:
Data

makeData(value)

Convert a python object to a MDSobject Data object

rawPart(item)

Return raw portion of data item

Generated by Epydoc 2.1 on Wed Aug 18 13:35:32 2010 http://epydoc.sf.net