AfuAbscissaHeaderInfo Class

class NXOpen.CAE.AfuAbscissaHeaderInfo

Bases: NXOpen.TransientObject

Represents 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

Methods

Method Description
Dispose The object destructor

Property Detail

AxisLabel

AfuAbscissaHeaderInfo.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”)

RealOffset

AfuAbscissaHeaderInfo.RealOffset

Returns or sets the abscissa offset for real part

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

Getter Method

Signature RealOffset()

Returns:the abscissa offset for real part
Return type:float

New in version NX11.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature RealOffset(realOffset)

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

New in version NX11.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

RealScale

AfuAbscissaHeaderInfo.RealScale

Returns or sets the abscissa scale for real part

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

Getter Method

Signature RealScale()

Returns:the abscissa scale for real part
Return type:float

New in version NX11.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature RealScale(realScale)

Parameters:realScale (float) – the abscissa scale for real part

New in version NX11.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

Spacing

AfuAbscissaHeaderInfo.Spacing

Returns or sets the value of spacing

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

Getter Method

Signature Spacing()

Returns:the value of spacing
Return type:int

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

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

Setter Method

Signature Spacing(spacing)

Parameters:spacing (int) – the value of spacing

New in version NX10.0.0.

License requirements: nx_ftk (“NX Advanced Graphing”)

UnitLabel

AfuAbscissaHeaderInfo.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

AfuAbscissaHeaderInfo.Dispose

The object destructor

Signature Dispose()

New in version NX10.0.0.

License requirements: None.