DurabilityDataControlBuilder Class

class NXOpen.CAE.DurabilityDataControlBuilder

Bases: NXOpen.TaggedObject

Represents a builder class for the transient event data control.

The data control helps choose the start and ending time for the transient loading. It also allows for a decimation order and a peak valley tolerance control. .. versionadded:: NX7.5.0

Properties

Property Description
DecimationOrder Returns or sets the decimation order.
OutputEndTime Returns the output end time.
OutputStartTime Returns the output start time.
PeakValleyTolerance Returns or sets the peak valley tolerance.
Tag Returns the Tag for this object.
TimeExtents Returns or sets the time extents.

Methods

Enumerations

DurabilityDataControlBuilderTimeExtentsEnum Enumeration the time extents enum.

Property Detail

DecimationOrder

DurabilityDataControlBuilder.DecimationOrder

Returns or sets the decimation order.

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

Getter Method

Signature DecimationOrder

Returns:
Return type:int

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature DecimationOrder

Parameters:decimationOrder (int) –

New in version NX7.5.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

OutputEndTime

DurabilityDataControlBuilder.OutputEndTime

Returns the output end time.

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

Getter Method

Signature OutputEndTime

Returns:
Return type:NXOpen.Expression

New in version NX7.5.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

OutputStartTime

DurabilityDataControlBuilder.OutputStartTime

Returns the output start time.

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

Getter Method

Signature OutputStartTime

Returns:
Return type:NXOpen.Expression

New in version NX7.5.0.

License requirements: None.

PeakValleyTolerance

DurabilityDataControlBuilder.PeakValleyTolerance

Returns or sets the peak valley tolerance.

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

Getter Method

Signature PeakValleyTolerance

Returns:
Return type:float

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature PeakValleyTolerance

Parameters:peakValleyTolerance (float) –

New in version NX7.5.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)

TimeExtents

DurabilityDataControlBuilder.TimeExtents

Returns or sets the time extents.

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

Getter Method

Signature TimeExtents

Returns:
Return type:NXOpen.CAE.DurabilityDataControlBuilderTimeExtentsEnum

New in version NX8.5.0.

License requirements: None.

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

Setter Method

Signature TimeExtents

Parameters:timeExtents (NXOpen.CAE.DurabilityDataControlBuilderTimeExtentsEnum) –

New in version NX8.5.0.

License requirements: nx_adv_durability (“NX Advanced Durability”)