Package MDSplus :: Module apd :: Class BulkFetch
[frames] | no frames]

Class BulkFetch

source code

  object --+        
           |        
        list --+    
               |    
  object --+   |    
           |   |    
mdsdata.Data --+    
               |    
            List --+
                   |
                  BulkFetch

Build list of expression to evaluate

Instance Methods
new list
__init__(self, value=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
addItem(self, name, expression, *args) source code
 
insertItem(self, beforename, name, expression, *args) source code
 
delItem(self, name) source code
 
get(self, host=None) source code

Inherited from List: __str__, toApd

Inherited from list: __add__, __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __hash__, __iadd__, __imul__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __repr__, __reversed__, __rmul__, __setitem__, __setslice__, append, count, extend, index, insert, pop, remove, reverse, sort

Inherited from mdsdata.Data: __abs__, __and__, __div__, __float__, __floordiv__, __int__, __invert__, __long__, __lshift__, __mod__, __neg__, __nonzero__, __or__, __pos__, __radd__, __rdiv__, __rfloordiv__, __rlshift__, __rmod__, __ror__, __rrshift__, __rshift__, __rsub__, __rxor__, __sub__, __xor__, bool, data, decompile, evaluate, getByte, getByteArray, getDouble, getFloat, getHelp, getInt, getIntArray, getLong, getLongArray, getShape, getShort, getShortArray, getString, getUnits, mayHaveChanged, pop_dollar_value, push_dollar_value, raw_of, serialize, setError, setHelp, setTdiVar, setUnits, sind, units_of, value_of

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__

Static Methods
 
remote() source code
 
getItem(d, name) source code
Data
getError(d, name)
Get the error field.
source code

Inherited from mdsdata.Data: compile, deserialize, execute, getTdiVar

Properties

Inherited from mdsdata.Data: descriptor, error, help, units, validation

Inherited from object: __class__

Method Details

__init__(self, value=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Returns: new list
Raises:
  • TypeError - Raised if attempting to create an instance of Data
Overrides: object.__init__
(inherited documentation)

getError(d, name)
Static Method

source code 

Get the error field. Returns EmptyData if no error defined.

Returns: Data
Overrides: mdsdata.Data.getError
(inherited documentation)