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

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.