SignalChartListItem Class¶
-
class
NXOpen.Motion.SignalChartListItem¶ Bases:
NXOpen.TaggedObject,NXOpen.GeometricUtilities.IComponentBuilderRepresents a SignalChartListItem, List Item inside a SignalChartBuilder
To create a new instance of this class, use
NXOpen.Motion.SignalChartCollection.CreateSignalChartListItem()New in version NX6.0.0.
Properties¶
| Property | Description |
|---|---|
| AlwaysEvaluated | Returns or sets the always evaluated |
| DelayTimeExpression | Returns the threshold expression |
| EventCondition | Returns or sets the event condition |
| Sensor | Returns or sets the sensor |
| SignalExpression | Returns the threshold expression |
| Tag | Returns the Tag for this object. |
| ThresholdExpression | Returns the threshold expression |
| TimeSensor | Returns or sets the time sensor |
Methods¶
| Method | Description |
|---|---|
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| SignalChartListItemCondition Enumeration | signal chart list item condition |
| SignalChartListItemTimer Enumeration | time sensor |
Property Detail¶
AlwaysEvaluated¶
-
SignalChartListItem.AlwaysEvaluated¶ Returns or sets the always evaluated
-------------------------------------Getter Method
Signature
AlwaysEvaluatedReturns: Return type: bool New in version NX6.0.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
-------------------------------------Setter Method
Signature
AlwaysEvaluatedParameters: alwaysEvaluated (bool) – New in version NX6.0.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
DelayTimeExpression¶
-
SignalChartListItem.DelayTimeExpression¶ Returns the threshold expression
-------------------------------------Getter Method
Signature
DelayTimeExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
EventCondition¶
-
SignalChartListItem.EventCondition¶ Returns or sets the event condition
-------------------------------------Getter Method
Signature
EventConditionReturns: Return type: NXOpen.Motion.SignalChartListItemConditionNew in version NX6.0.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
-------------------------------------Setter Method
Signature
EventConditionParameters: condition ( NXOpen.Motion.SignalChartListItemCondition) –New in version NX6.0.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
Sensor¶
-
SignalChartListItem.Sensor¶ Returns or sets the sensor
-------------------------------------Getter Method
Signature
SensorReturns: Return type: NXOpen.Motion.MotionSensorNew in version NX6.0.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
-------------------------------------Setter Method
Signature
SensorParameters: sensor ( NXOpen.Motion.MotionSensor) –New in version NX6.0.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
SignalExpression¶
-
SignalChartListItem.SignalExpression¶ Returns the threshold expression
-------------------------------------Getter Method
Signature
SignalExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
ThresholdExpression¶
-
SignalChartListItem.ThresholdExpression¶ Returns the threshold expression
-------------------------------------Getter Method
Signature
ThresholdExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.5.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
TimeSensor¶
-
SignalChartListItem.TimeSensor¶ Returns or sets the time sensor
-------------------------------------Getter Method
Signature
TimeSensorReturns: Return type: NXOpen.Motion.SignalChartListItemTimerNew in version NX6.0.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
-------------------------------------Setter Method
Signature
TimeSensorParameters: timeSensor ( NXOpen.Motion.SignalChartListItemTimer) –New in version NX6.0.0.
License requirements: nx_motion_motor (“NX Motion Motor”)
Method Detail¶
Validate¶
-
SignalChartListItem.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.