ProbingStyle Class

class NXOpen.CAE.Xyplot.ProbingStyle

Bases: NXOpen.CAE.Xyplot.BaseDisplayStyleSetting

Manages the probing display styles.

Not support KF.

Properties

Property Description
HelpLineStyle Returns the help line display style.
JournalIdentifier Returns the identifier that would be recorded in a journal for this object.
Owner Returns the owner style
StepLineStyle Returns the step line display style.
Tag Returns the Tag for this object.
TextStyle Returns the text display style.

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

HelpLineStyle

ProbingStyle.HelpLineStyle

Returns the help line display style.

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

Getter Method

Signature HelpLineStyle

Returns:Probing help line style
Return type:NXOpen.CAE.Xyplot.CurveDisplaySettings

New in version NX12.0.0.

License requirements: None.

Owner

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

StepLineStyle

ProbingStyle.StepLineStyle

Returns the step line display style.

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

Getter Method

Signature StepLineStyle

Returns:Probing step line style
Return type:NXOpen.CAE.Xyplot.CurveDisplaySettings

New in version NX12.0.0.

License requirements: None.

TextStyle

ProbingStyle.TextStyle

Returns the text display style.

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

Getter Method

Signature TextStyle

Returns:Text display style
Return type:NXOpen.CAE.Xyplot.TextStyleSetting

New in version NX12.0.0.

License requirements: None.

Method Detail

CommitChange

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