AfuAbscissaHeaderInfo Class¶
-
class
NXOpen.CAE.AfuAbscissaHeaderInfo¶ Bases:
NXOpen.TransientObjectRepresents the data to define abscissa header information for an afu record
New in version NX10.0.0.
Properties¶
| Property | Description |
|---|---|
| AxisLabel | Returns or sets the customized axis label |
| RealOffset | Returns or sets the abscissa offset for real part |
| RealScale | Returns or sets the abscissa scale for real part |
| Spacing | Returns or sets the value of spacing |
| UnitLabel | Returns or sets the customized unit label |
Property Detail¶
AxisLabel¶
-
AfuAbscissaHeaderInfo.AxisLabel¶ Returns or sets the customized axis label
-------------------------------------Getter Method
Signature
AxisLabelReturns: the customized axis label . Up to 80 characters are allowed and the redundant characters will be ignored.
Return type: str New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AxisLabelParameters: axisLabel (str) – the customized axis label . Up to 80 characters are allowed and the redundant characters will be ignored. New in version NX10.0.0.
License requirements: None.
RealOffset¶
-
AfuAbscissaHeaderInfo.RealOffset¶ Returns or sets the abscissa offset for real part
-------------------------------------Getter Method
Signature
RealOffsetReturns: the abscissa offset for real part Return type: float New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RealOffsetParameters: realOffset (float) – the abscissa offset for real part New in version NX11.0.0.
License requirements: None.
RealScale¶
-
AfuAbscissaHeaderInfo.RealScale¶ Returns or sets the abscissa scale for real part
-------------------------------------Getter Method
Signature
RealScaleReturns: the abscissa scale for real part Return type: float New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RealScaleParameters: realScale (float) – the abscissa scale for real part New in version NX11.0.0.
License requirements: None.
Spacing¶
-
AfuAbscissaHeaderInfo.Spacing¶ Returns or sets the value of spacing
-------------------------------------Getter Method
Signature
SpacingReturns: the value of spacing Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SpacingParameters: spacing (int) – the value of spacing New in version NX10.0.0.
License requirements: None.
UnitLabel¶
-
AfuAbscissaHeaderInfo.UnitLabel¶ Returns or sets the customized unit label
-------------------------------------Getter Method
Signature
UnitLabelReturns: the customized unit label. Up to 80 characters are allowed and the redundant characters will be ignored.
Return type: str New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UnitLabelParameters: unitLabel (str) – the customized unit label. Up to 80 characters are allowed and the redundant characters will be ignored. New in version NX10.0.0.
License requirements: None.