Class SignalChartListItem
Inheritance
System.Object
System.MarshalByRefObject
SignalChartListItem
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Motion
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
Type | Description |
---|---|
System.Boolean |
DelayTimeExpression
Declaration
public Expression DelayTimeExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
EventCondition
Declaration
public SignalChartListItem.Condition EventCondition { get; set; }
Property Value
Type | Description |
---|---|
SignalChartListItem.Condition |
Sensor
Declaration
public MotionSensor Sensor { get; set; }
Property Value
Type | Description |
---|---|
MotionSensor |
SignalExpression
Declaration
public Expression SignalExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
ThresholdExpression
Declaration
public Expression ThresholdExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
TimeSensor
Declaration
public SignalChartListItem.Timer TimeSensor { get; set; }
Property Value
Type | Description |
---|---|
SignalChartListItem.Timer |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink