results#

class ansys.systemcoupling.core.adaptor.api_25_2.results.results(name=None, parent=None)#

Bases: Container

Configures output of postprocessing results data.

Properties

optionstr

Specifies whether and when results files are generated.

Allowed values:

  • “ProgramControlled” - Generate postprocessing results at the same frequency as restart points, as defined by the output control option setting. If no restart frequency is defined, then results are generated at the end of the last coupling step.

  • “Off” - Generation of postprocessing results is disabled.

Allowed values for step-based analyses:

  • “LastStep” - Generate results only for the last coupling step completed.

  • “EveryStep” - Generate results at the end of every coupling step.

  • “StepInterval” - Generate results at the end of coupling steps at the interval specified by the output frequency setting.

Allowed values for iteration-based analyses:

  • “LastIteration” - Generate results only for the last coupling iteration completed.

  • “EveryIteration” - Generate results at the end of every coupling iteration.

  • “IterationInterval” - Generate results at the end of coupling iterations at the interval specified by the output frequency setting.

include_instancesstr

Control whether instances are output.

Allowed values:

  • “ProgramControlled”

  • “ReferenceOnly”

  • “All”

output_frequencyint

Specify output frequency.

Children

Child

Summary

type

File type for result output.

Included in:

Parent

Summary

output_control

Configure output controls.