TBSOutputControlOptions Class

class NXOpen.CAE.Optimization.TBSOutputControlOptions

Bases: NXOpen.TaggedObject

Represents 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 CustomScratchDirectory

Returns:
Return type:str

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature CustomScratchDirectory

Parameters: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 HasCustomScratchDirectory

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature HasCustomScratchDirectory

Parameters: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 IsJobRunInForeground

Returns:
Return type:bool

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature IsJobRunInForeground

Parameters: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 Op2OutputOption

Returns:
Return type:NXOpen.CAE.Optimization.TBSOutputControlOptionsOp2Option

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature Op2OutputOption

Parameters: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”)