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

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

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

Setter Method

Signature RealOffset

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

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

New in version NX11.0.0.

License requirements: None.

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

Setter Method

Signature RealScale

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

Returns:the value of spacing
Return type:int

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature Spacing

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

AfuAbscissaHeaderInfo.Dispose

The object destructor

Signature Dispose()

New in version NX10.0.0.

License requirements: None.