Trees | Index | Help |
|
---|
Package MDSplus :: Module compound :: Class Dimension |
|
object
--+ |Data
--+ |Compound
--+ | Dimension
Method Summary | |
---|---|
Data |
Get the axis field |
Data |
Get the window field |
None |
Set the axis field |
None |
Set the window field |
Inherited from Compound | |
MDSplus compound data. | |
| |
| |
| |
| |
Data,None |
Return argument at index idx (indexes start at 0) |
Data,None |
Return arguments |
Data |
Return descriptor with index idx (first descriptor is 0) |
tuple,None |
Return descriptors or None if no descriptors |
int |
Return number of descriptors |
Set argument at index idx (indexes start at 0) | |
Set arguments | |
Set descriptor at index idx (indexes start at 0) | |
Set descriptors | |
Inherited from Data | |
Data |
Absolute value: x.__abs__() <==> abs(x) |
Data |
Add: x.__add__(y) <==> x+y |
Data |
And: x.__and__(y) <==> x&y |
Data |
Divide: x.__div__(y) <==> x/y |
Bool |
Equals: x.__eq__(y) <==> x==y |
Data |
Float: x.__float__() <==> float(x) |
Data |
Floordiv: x.__floordiv__(y) <==> x//y |
Bool |
Greater or equal: x.__ge__(y) <==> x>=y |
Bool |
Greater than: x.__gt__(y) <==> x>y |
int |
Integer: x.__int__() <==> int(x) |
Data |
Binary not: x.__invert__() <==> ~x |
Bool |
Less than or equal: x.__le__(y) <==> x<=y |
Data |
Length: x.__len__() <==> len(x) |
long |
Convert this object to python long |
Data |
Lrft binary shift: x.__lshift__(y) <==> x<<y |
Bool |
Less than: x.__lt__(y) <==> x<y |
Data |
Modulus: x.__mod__(y) <==> x%y |
Data |
Multiply: x.__mul__(y) <==> x*y |
Data |
Not equal: x.__ne__(y) <==> x!=y |
Data |
Negation: x.__neg__() <==> -x |
Bool |
Not equal 0: x.__nonzero__() <==> x != 0 |
Data |
Or: x.__or__(y) <==> x|y |
Data |
Unary plus: x.__pos__() <==> +x |
Data |
Reverse add: x.__radd__(y) <==> y+x |
Data |
Reverse divide: x.__rdiv__(y) <==> y/x |
string |
Return string representation |
Data |
x.__rfloordiv__(y) <==> y//x |
Data |
Reverse left binary shift: x.__rlshift__(y) <==> y<<x |
Data |
Reverse modulus: x.__rmod__(y) <==> y%x |
Data |
Multiply: x.__mul__(y) <==> x*y |
Data |
Or: x.__or__(y) <==> x|y |
Data |
Reverse right binary shift: x.__rrshift__(y) <==> y>>x |
Data |
Right binary shift: x.__rshift__(y) <==> x>>y |
Data |
Reverse subtract: x.__rsub__(y) <==> y-x |
Data |
Reverse xor: x.__rxor__(y) <==> y^x |
string |
Return string representation |
Data |
Subtract: x.__sub__(y) <==> x-y |
Data |
Xor: x.__xor__(y) <==> x^y |
Bool |
Return boolean |
Bool |
Compare this data with argument |
Data |
Static method (routine in C++) which compiles the expression (via TdiCompile()) and returns the object instance correspondind to the compiled expression. (Static method) |
Scalar,Array |
Return primitimive value of the data. |
string |
Return string representation |
Data |
Return Data from serialized buffer. (Static method) |
Data |
Return dimension of object |
Data |
Return the result of TDI evaluate(this). |
Data |
Execute and expression inserting optional arguments into the expression before evaluating (Static method) |
Int8 |
Convert this data into a byte. |
Int8Array |
Convert this data into a byte array. |
Data |
Return dimension of object |
Float64 |
Convert this data into a float64. |
Data |
Get the error field. |
Float32 |
Convert this data into a float32. |
Data |
Returns the result of TDI GET_HELP(this). |
Int32 |
Convert this data into a int. |
Int32Array |
Convert this data into a int array. |
Int64 |
Convert this data into a long. |
Int64Array |
Convert this data into a long array. |
Int32Array |
Get the array dimensions as an integer array. |
Int16 |
Convert this data into a short. |
Int16Array |
Convert this data into a short array. |
String |
Convert this data into a STRING. |
Data |
Get value of tdi public variable (Static method) |
Data |
Return the TDI evaluation of UNITS_OF(this). |
Data |
Return MDSplus data class from value. (Static method) |
Bool |
return true if the represented data could have been changed since the last time this method has been called. |
Data |
Pop $value for expression evaluation |
None |
Set $value for expression evaluation |
Data |
Return raw part of object |
Uint8Array |
Return Uint8Array binary representation. |
None |
Set the Error field for this Data instance. |
None |
Set the Help field for this Data instance. |
Data |
Set tdi public variable with this data |
None |
Set units |
Float32Array |
Return sin() of data assuming data is in degrees |
Data |
Return units part of the object |
Data |
Return value part of object |
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 |
Property Summary | |
---|---|
Inherited from Data | |
descriptor | |
error | |
help | |
units | |
validation |
Class Variable Summary | |
---|---|
type |
__metaclass__ = MDSplus.compound.MetaClass |
tuple |
fields = ('window', 'axis')
|
Instance Method Details |
---|
getAxis(self)Get the axis field
|
getWindow(self)Get the window field
|
setAxis(self, value)Set the axis field
|
setWindow(self, value)Set the window field
|
Class Variable Details |
---|
fields
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Aug 18 13:35:31 2010 | http://epydoc.sf.net |