Class SignalChartListItem
Inheritance
SignalChartListItem
Assembly: NXOpen.dll
Syntax
public class SignalChartListItem : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SignalChartListItem()
Declaration
protected SignalChartListItem()
Properties
AlwaysEvaluated
Declaration
public bool AlwaysEvaluated { get; set; }
Property Value
DelayTimeExpression
Declaration
public Expression DelayTimeExpression { get; }
Property Value
EventCondition
Declaration
public SignalChartListItem.Condition EventCondition { get; set; }
Property Value
Sensor
Declaration
public MotionSensor Sensor { get; set; }
Property Value
SignalExpression
Declaration
public Expression SignalExpression { get; }
Property Value
ThresholdExpression
Declaration
public Expression ThresholdExpression { get; }
Property Value
TimeSensor
Declaration
public SignalChartListItem.Timer TimeSensor { get; set; }
Property Value
Methods
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink