state#

class ansys.cfx.core.generated.post_processing.settings_261.state.state(name: str | None = None, parent=None)#

Bases: Group

Stores parameters used by the readstate and savestate commands.

Attributes

Attribute

Summary

keep_results_expressions

Indicates whether to preserve the expressions from the currently loaded result file(s) when loading the state.

load_data

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.

read_state_mode

This parameter indicates whether the current system state information should be overwritten or appended to.

save_state_mode

This parameter indicates whether the state file should be overwritten if it exists.

save_state_objects

A list of objects to save to the state file. If this list is empty, then all user created objects will be saved.

state_filename

The name of the state file to which state data will be saved.

Included in:

Parent

Summary

results

Encapsulates a CFX post-processing setup.