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: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature AxisLabel(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: nx_ftk (“NX Advanced Graphing”)

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: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature Damping(damping)

Parameters:damping (float) – the damping value

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

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: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature DataFormat(dataFormat)

Parameters:dataFormat (int) – the data format

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

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: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature ImaginaryOffset(imaginaryOffset)

Parameters:imaginaryOffset (float) – the offset for imaginary part

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

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: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature ImaginaryScale(imaginaryOffset)

Parameters:imaginaryOffset (float) – the offset for imaginary part

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

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: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature RealOffset(realOffset)

Parameters:realOffset (float) – the offset for real part

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

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: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature RealScale(realScale)

Parameters:realScale (float) – the scale of real part

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

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: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature UnitLabel(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: nx_ftk (“NX Advanced Graphing”)

Method Detail

Dispose

AfuOrdinateHeaderInfo.Dispose

The object destructor

Signature Dispose()

New in version NX10.0.0.

License requirements: None.