DurabilityDataControlBuilder Class¶
-
class
NXOpen.CAE.DurabilityDataControlBuilder¶ Bases:
NXOpen.TaggedObjectRepresents 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
DecimationOrderReturns: Return type: int New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DecimationOrderParameters: 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
OutputEndTimeReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: nx_adv_durability (“NX Advanced Durability”)
OutputStartTime¶
-
DurabilityDataControlBuilder.OutputStartTime¶ Returns the output start time.
-------------------------------------Getter Method
Signature
OutputStartTimeReturns: Return type: NXOpen.ExpressionNew in version NX7.5.0.
License requirements: None.
PeakValleyTolerance¶
-
DurabilityDataControlBuilder.PeakValleyTolerance¶ Returns or sets the peak valley tolerance.
-------------------------------------Getter Method
Signature
PeakValleyToleranceReturns: Return type: float New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PeakValleyToleranceParameters: 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
TimeExtentsReturns: Return type: NXOpen.CAE.DurabilityDataControlBuilderTimeExtentsEnumNew in version NX8.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TimeExtentsParameters: timeExtents ( NXOpen.CAE.DurabilityDataControlBuilderTimeExtentsEnum) –New in version NX8.5.0.
License requirements: nx_adv_durability (“NX Advanced Durability”)