Defines a Sequence of CAPS Analysis Objects.
More...
Defines a Sequence of CAPS Analysis Objects.
◆ copy()
| def copy |
( |
|
self, |
|
|
|
src, |
|
|
|
name = None |
|
) |
| |
Create a copy of an CAPS Analysis Object.
- Parameters
-
◆ create()
| def create |
( |
|
self, |
|
|
|
aim, |
|
|
|
name = None, |
|
|
|
capsIntent = None, |
|
|
|
unitSystem = None, |
|
|
|
autoExec = True |
|
) |
| |
Create a CAPS Analysis Object.
- Parameters
-
| 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. |
- Returns
- The new Analysis Object is added to the sequence and returned
◆ dirty()
Returns analyses that are dirty.
- Returns
- A list of dirty analyses. An empty list is returned if no analyses are dirty.
The documentation for this class was generated from the following file: