Search Results for

    Show / Hide Table of Contents

    Class SignalChartBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    MotionBuilder
    SignalChartBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    MotionBuilder.DisplayScale
    MotionBuilder.GroupName
    MotionBuilder.GroupType
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX