AfuOrdinateHeaderInfo Class¶
-
class
NXOpen.CAE.AfuOrdinateHeaderInfo¶ Bases:
NXOpen.TransientObjectRepresents the ordinate header information for an afu record
New in version NX10.0.0.
Properties¶
| Property | Description |
|---|---|
| AxisLabel | Returns or sets the customized axis label |
| Damping | Returns or sets the damping value |
| DataFormat | Returns or sets the data format |
| ImaginaryOffset | Returns or sets the offset for imaginary part |
| ImaginaryScale | Returns or sets the offset for imaginary part |
| RealOffset | Returns or sets the offset for real part |
| RealScale | Returns or sets the scale of real part |
| UnitLabel | Returns or sets the customized unit label |
Property Detail¶
AxisLabel¶
-
AfuOrdinateHeaderInfo.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.
Damping¶
-
AfuOrdinateHeaderInfo.Damping¶ Returns or sets the damping value
-------------------------------------Getter Method
Signature
DampingReturns: the damping value Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DampingParameters: damping (float) – the damping value New in version NX10.0.0.
License requirements: None.
DataFormat¶
-
AfuOrdinateHeaderInfo.DataFormat¶ Returns or sets the data format
-------------------------------------Getter Method
Signature
DataFormatReturns: the data format Return type: int New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
DataFormatParameters: dataFormat (int) – the data format New in version NX10.0.0.
License requirements: None.
ImaginaryOffset¶
-
AfuOrdinateHeaderInfo.ImaginaryOffset¶ Returns or sets the offset for imaginary part
-------------------------------------Getter Method
Signature
ImaginaryOffsetReturns: the offset for imaginary part Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ImaginaryOffsetParameters: imaginaryOffset (float) – the offset for imaginary part New in version NX10.0.0.
License requirements: None.
ImaginaryScale¶
-
AfuOrdinateHeaderInfo.ImaginaryScale¶ Returns or sets the offset for imaginary part
-------------------------------------Getter Method
Signature
ImaginaryScaleReturns: the offset for imaginary part Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ImaginaryScaleParameters: imaginaryOffset (float) – the offset for imaginary part New in version NX10.0.0.
License requirements: None.
RealOffset¶
-
AfuOrdinateHeaderInfo.RealOffset¶ Returns or sets the offset for real part
-------------------------------------Getter Method
Signature
RealOffsetReturns: the offset for real part Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RealOffsetParameters: realOffset (float) – the offset for real part New in version NX10.0.0.
License requirements: None.
RealScale¶
-
AfuOrdinateHeaderInfo.RealScale¶ Returns or sets the scale of real part
-------------------------------------Getter Method
Signature
RealScaleReturns: the scale of real part Return type: float New in version NX10.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
RealScaleParameters: realScale (float) – the scale of real part New in version NX10.0.0.
License requirements: None.
UnitLabel¶
-
AfuOrdinateHeaderInfo.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.