Class SignalChartBuilder
Inheritance
System.Object
System.MarshalByRefObject
SignalChartBuilder
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 SignalChartBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
SignalChartBuilder()
Declaration
protected SignalChartBuilder()
Properties
ClosedSignalList
Declaration
public SignalChartListItemList ClosedSignalList { get; }
Property Value
Type | Description |
---|---|
SignalChartListItemList |
InitialSignalExpression
Declaration
public Expression InitialSignalExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OpenSignalFunction
Declaration
public Function OpenSignalFunction { get; set; }
Property Value
Type | Description |
---|---|
Function |
SignalChartType
Declaration
public SignalChartBuilder.Type SignalChartType { get; set; }
Property Value
Type | Description |
---|---|
SignalChartBuilder.Type |
Methods
NewListItemExpression(MotionSensor, Boolean, Int32, Int32, Expression, Expression, Expression)
Declaration
public SignalChartListItem NewListItemExpression(MotionSensor sensor, bool alwaysEvaluated, int timeSensor, int condition, Expression threshold, Expression delayTime, Expression signal)
Parameters
Type | Name | Description |
---|---|---|
MotionSensor | sensor | |
System.Boolean | alwaysEvaluated | |
System.Int32 | timeSensor | |
System.Int32 | condition | |
Expression | threshold | |
Expression | delayTime | |
Expression | signal |
Returns
Type | Description |
---|---|
SignalChartListItem |
Implements
System.Runtime.Remoting.Messaging.IMessageSink