state#
- class ansys.cfx.core.generated.post_processing.settings_261.state.state(name: str | None = None, parent=None)#
Bases:
GroupStores parameters used by the readstate and savestate commands.
Attributes
Attribute |
Summary |
|---|---|
Indicates whether to preserve the expressions from the currently loaded result file(s) when loading the state. |
|
This parameter indicates whether to load the results file or not if a DATA READER object exists in the STATE File for a READSTATE action. |
|
This parameter indicates whether the current system state information should be overwritten or appended to. |
|
This parameter indicates whether the state file should be overwritten if it exists. |
|
A list of objects to save to the state file. If this list is empty, then all user created objects will be saved. |
|
The name of the state file to which state data will be saved. |
Included in:
Parent |
Summary |
|---|---|
Encapsulates a CFX post-processing setup. |