GeneralDisplayStyles Class

class NXOpen.CAE.Xyplot.GeneralDisplayStyles

Bases: NXOpen.CAE.Xyplot.BaseDisplayStyleSetting

Manages the general display styles.

Not support KF.

New in version NX10.0.0.

Properties

Property Description
JournalIdentifier Returns the identifier that would be recorded in a journal for this object.
Owner Returns the owner style
PhaseAngle Returns or sets the phase angle in degree
PhaseRangeOption Returns or sets the phase range option
Tag Returns the Tag for this object.

Methods

Method Description
CommitChange Commits any edits that have been applied to the display style.
Find Finds the NXOpen.TaggedObject with the given identifier as recorded in a journal.

Property Detail

Owner

GeneralDisplayStyles.Owner

Returns the owner style

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

Getter Method

Signature Owner

Returns:
Return type:NXOpen.CAE.Xyplot.IDisplayStyle

New in version NX10.0.0.

License requirements: None.

PhaseAngle

GeneralDisplayStyles.PhaseAngle

Returns or sets the phase angle in degree

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

Getter Method

Signature PhaseAngle

Returns:Phase angle
Return type:float

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature PhaseAngle

Parameters:phaseAngle (float) – Phase angle

New in version NX10.0.0.

License requirements: None.

PhaseRangeOption

GeneralDisplayStyles.PhaseRangeOption

Returns or sets the phase range option

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

Getter Method

Signature PhaseRangeOption

Returns:Phase range option
Return type:NXOpen.CAE.Xyplot.PhaseRangeOption

New in version NX10.0.0.

License requirements: None.

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

Setter Method

Signature PhaseRangeOption

Parameters:phaseRangeOption (NXOpen.CAE.Xyplot.PhaseRangeOption) – Phase range option

New in version NX10.0.0.

License requirements: None.

Method Detail

CommitChange

GeneralDisplayStyles.CommitChange

Commits any edits that have been applied to the display style.

Triggers the corresponding plot to update graph.

Signature CommitChange()

New in version NX9.0.0.

License requirements: None.