|
pyCAPS
pyCAPS: A Python Extension Module for CAPS
|
Defines a Sequence of CAPS Parameter Value Objects. More...


Public Member Functions | |
| create (self, name, data, limits=None, fixedLength=True, fixedShape=True) | |
| Create an parameter CAPS Value Object. | |
Public Member Functions inherited from Sequence | |
| keys (self) | |
| Returns the keys of the Sequence. | |
| values (self) | |
| Returns the values of the Sequence. | |
| items (self) | |
| Returns the items of the Sequence. | |
Defines a Sequence of CAPS Parameter Value Objects.
| create | ( | self, | |
| name, | |||
| data, | |||
limits = None, |
|||
fixedLength = True, |
|||
fixedShape = True |
|||
| ) |
Create an parameter CAPS Value Object.
| name | Name used to define the parameter. |
| data | Initial data value(s) for the parameter. Note that type casting in done automatically based on the determined type of the Python object. |
| limits | Limits on the parameter values |
| fixedLength | Boolean if the value is fixed length |
| fixedShape | Boolean if the value is fixed shape |