TBSOutputControlOptions Class¶
-
class
NXOpen.CAE.Optimization.TBSOutputControlOptions¶ Bases:
NXOpen.TaggedObjectRepresents the output result control options of the optimization
New in version NX8.0.0.
Properties¶
| Property | Description |
|---|---|
| CustomScratchDirectory | Returns or sets the custom cratch directory for solving |
| HasCustomScratchDirectory | Returns or sets whether to use a custom cratch directory or not when solving |
| IsJobRunInForeground | Returns or sets whether to run optimization job in foreground or not when solving |
| Op2OutputOption | Returns or sets the op2 output control option |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| TBSOutputControlOptionsOp2Option Enumeration | Defines the op2 output option |
Property Detail¶
CustomScratchDirectory¶
-
TBSOutputControlOptions.CustomScratchDirectory¶ Returns or sets the custom cratch directory for solving
-------------------------------------Getter Method
Signature
CustomScratchDirectoryReturns: Return type: str New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CustomScratchDirectoryParameters: customScrathDir (str) – New in version NX8.0.0.
License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)
HasCustomScratchDirectory¶
-
TBSOutputControlOptions.HasCustomScratchDirectory¶ Returns or sets whether to use a custom cratch directory or not when solving
-------------------------------------Getter Method
Signature
HasCustomScratchDirectoryReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
HasCustomScratchDirectoryParameters: hasCustomScrathDir (bool) – New in version NX8.0.0.
License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)
IsJobRunInForeground¶
-
TBSOutputControlOptions.IsJobRunInForeground¶ Returns or sets whether to run optimization job in foreground or not when solving
-------------------------------------Getter Method
Signature
IsJobRunInForegroundReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsJobRunInForegroundParameters: isJobRunInForeground (bool) – New in version NX8.0.0.
License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)
Op2OutputOption¶
-
TBSOutputControlOptions.Op2OutputOption¶ Returns or sets the op2 output control option
-------------------------------------Getter Method
Signature
Op2OutputOptionReturns: Return type: NXOpen.CAE.Optimization.TBSOutputControlOptionsOp2OptionNew in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
Op2OutputOptionParameters: op2Option ( NXOpen.CAE.Optimization.TBSOutputControlOptionsOp2Option) –New in version NX8.0.0.
License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)