FunctionEvaluationOutputSettings Class¶
-
class
NXOpen.CAE.ResponseSimulation.FunctionEvaluationOutputSettings¶ Bases:
NXOpen.TaggedObjectRepresents 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
RecordPrefixReturns: Return type: str New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
RecordPrefixParameters: 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
ShowPlotReturns: Return type: bool New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
ShowPlotParameters: 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
StoreOptionReturns: Return type: bool New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)
-------------------------------------Setter Method
Signature
StoreOptionParameters: storeOption (bool) – New in version NX5.0.0.
License requirements: nx_response_anlys (“NX Response Analysis”)