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


Public Member Functions | |
| create (self, aim, name=None, capsIntent=None, unitSystem=None, autoExec=True) | |
| Create a CAPS Analysis Object. | |
| copy (self, src, name=None) | |
| Create a copy of an CAPS Analysis Object. | |
| dirty (self) | |
| Returns analyses that are dirty. | |
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 Analysis Objects.
| copy | ( | self, | |
| src, | |||
name = None |
|||
| ) |
Create a copy of an CAPS Analysis Object.
| src | Name of the source Analysis Object or an Analysis Object |
| name | Name of the new Analysis Object copy |
| create | ( | self, | |
| aim, | |||
name = None, |
|||
capsIntent = None, |
|||
unitSystem = None, |
|||
autoExec = True |
|||
| ) |
Create a CAPS Analysis Object.
| aim | Name of the AIM module |
| name | Name (e.g. key) of the Analysis Object. Must be unique if specified. If None, the defalt is aim+str(instanceCount) where instanceCount is the count of the existing 'aim' instances. |
| capsIntent | Analysis intention in which to invoke the AIM. |
| unitSystem | See AIM documentation for usage. |
| autoExec | If false dissable any automatic execution of the AIM. |
| dirty | ( | self | ) |
Returns analyses that are dirty.