AfuOrdinateHeaderInfo Class

class NXOpen.CAE.AfuOrdinateHeaderInfo

Bases: NXOpen.TransientObject

Represents 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

Methods

Method Description
Dispose The object destructor

Property Detail

AxisLabel

AfuOrdinateHeaderInfo.AxisLabel

Returns or sets the customized axis label

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

Getter Method

Signature AxisLabel

Returns: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 AxisLabel

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

Returns:the damping value
Return type:float

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature Damping

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

Returns:the data format
Return type:int

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature DataFormat

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

Returns:the offset for imaginary part
Return type:float

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature ImaginaryOffset

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

Returns:the offset for imaginary part
Return type:float

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature ImaginaryScale

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

Returns:the offset for real part
Return type:float

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature RealOffset

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

Returns:the scale of real part
Return type:float

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature RealScale

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

Returns: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 UnitLabel

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

Method Detail

Dispose

AfuOrdinateHeaderInfo.Dispose

The object destructor

Signature Dispose()

New in version NX10.0.0.

License requirements: None.