FunctionEvaluationOutputSettings Class

class NXOpen.CAE.ResponseSimulation.FunctionEvaluationOutputSettings

Bases: NXOpen.TaggedObject

Represents the output setting for function response evaluation

New in version NX5.0.0.

Properties

Property Description
RecordPrefix Returns or sets the prefix of evaluation results record name
ShowPlot Returns or sets the option of show plot.
StoreOption Returns or sets the store option.
Tag Returns the Tag for this object.

Methods

Property Detail

RecordPrefix

FunctionEvaluationOutputSettings.RecordPrefix

Returns or sets the prefix of evaluation results record name

-------------------------------------

Getter Method

Signature RecordPrefix()

Returns:
Return type:str

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

-------------------------------------

Setter Method

Signature RecordPrefix(recordPrefix)

Parameters:recordPrefix (str) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

ShowPlot

FunctionEvaluationOutputSettings.ShowPlot

Returns or sets the option of show plot.

If true, the evaluation results will be displayed on screen

-------------------------------------

Getter Method

Signature ShowPlot()

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

-------------------------------------

Setter Method

Signature ShowPlot(showPlot)

Parameters:showPlot (bool) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

StoreOption

FunctionEvaluationOutputSettings.StoreOption

Returns or sets the store option.

If true, the evaluation results will be stored on disk

-------------------------------------

Getter Method

Signature StoreOption()

Returns:
Return type:bool

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)

-------------------------------------

Setter Method

Signature StoreOption(storeOption)

Parameters:storeOption (bool) –

New in version NX5.0.0.

License requirements: nx_response_anlys (“NX Response Analysis”)