Search Results for

    Show / Hide Table of Contents

    Class GenericSignal

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TransientObject
    GenericSignal
    Implements
    IMessageSink
    IDisposable
    Inherited Members
    TransientObject.Dispose()
    TransientObject.ToString()
    TransientObject.PrintTestData(string)
    TransientObject.PrintTestData(string, int)
    TransientObject.Handle
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Mechatronics
    Assembly: NXOpen.dll
    Syntax
    public class GenericSignal : TransientObject, IMessageSink, IDisposable

    Constructors

    GenericSignal(nint)

    Declaration
    protected GenericSignal(nint ptr)
    Parameters
    Type Name Description
    nint ptr

    Properties

    AdapterName

    Declaration
    public string AdapterName { get; set; }
    Property Value
    Type Description
    string

    Address

    Declaration
    public string Address { get; set; }
    Property Value
    Type Description
    string

    ArrayExpression

    Declaration
    public Expression ArrayExpression { get; set; }
    Property Value
    Type Description
    Expression

    AssignedFormula

    Declaration
    public AdapterFormula AssignedFormula { get; set; }
    Property Value
    Type Description
    AdapterFormula

    BoolExpression

    Declaration
    public Expression BoolExpression { get; set; }
    Property Value
    Type Description
    Expression

    BoolValue

    Declaration
    public bool BoolValue { get; set; }
    Property Value
    Type Description
    bool

    Comment

    Declaration
    public string Comment { get; set; }
    Property Value
    Type Description
    string

    ConnectionName

    Declaration
    public string ConnectionName { get; set; }
    Property Value
    Type Description
    string

    DataType

    Declaration
    public GenericSignal.DataTypes DataType { get; set; }
    Property Value
    Type Description
    GenericSignal.DataTypes

    DoubleExpression

    Declaration
    public Expression DoubleExpression { get; set; }
    Property Value
    Type Description
    Expression

    DoubleValue

    Declaration
    public double DoubleValue { get; set; }
    Property Value
    Type Description
    double

    EditedSignal

    Declaration
    public AdapterSignal EditedSignal { get; set; }
    Property Value
    Type Description
    AdapterSignal

    ExternalDataType

    Declaration
    public GenericSignal.ExternalDataTypes ExternalDataType { get; set; }
    Property Value
    Type Description
    GenericSignal.ExternalDataTypes

    ExternalSignalName

    Declaration
    public string ExternalSignalName { get; set; }
    Property Value
    Type Description
    string

    FormulaText

    Declaration
    public string FormulaText { get; set; }
    Property Value
    Type Description
    string

    IOType

    Declaration
    public GenericSignal.IOTypes IOType { get; set; }
    Property Value
    Type Description
    GenericSignal.IOTypes

    IntegerExpression

    Declaration
    public Expression IntegerExpression { get; set; }
    Property Value
    Type Description
    Expression

    IntegerValue

    Declaration
    public int IntegerValue { get; set; }
    Property Value
    Type Description
    int

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    PhysicsObject

    Declaration
    public NXObject PhysicsObject { get; set; }
    Property Value
    Type Description
    NXObject

    PropertyIndex

    Declaration
    public int PropertyIndex { get; set; }
    Property Value
    Type Description
    int

    SignalId

    Declaration
    public int SignalId { get; set; }
    Property Value
    Type Description
    int

    SlotType

    Declaration
    public GenericSignal.SlotTypes SlotType { get; set; }
    Property Value
    Type Description
    GenericSignal.SlotTypes

    StringExpression

    Declaration
    public Expression StringExpression { get; set; }
    Property Value
    Type Description
    Expression

    StringValue

    Declaration
    public string StringValue { get; set; }
    Property Value
    Type Description
    string

    Unit

    Declaration
    public Unit Unit { get; set; }
    Property Value
    Type Description
    Unit

    Methods

    FreeResource()

    Declaration
    protected override void FreeResource()
    Overrides
    TransientObject.FreeResource()

    GetBoolArrayValue(out bool[])

    Declaration
    public void GetBoolArrayValue(out bool[] boolArrayValue)
    Parameters
    Type Name Description
    bool[] boolArrayValue

    GetDoubleArrayValue(out double[])

    Declaration
    public void GetDoubleArrayValue(out double[] doubleArrayValue)
    Parameters
    Type Name Description
    double[] doubleArrayValue

    GetIntArrayValue(out int[])

    Declaration
    public void GetIntArrayValue(out int[] intArrayValue)
    Parameters
    Type Name Description
    int[] intArrayValue

    GetStringArrayValue(out string[])

    Declaration
    public void GetStringArrayValue(out string[] strArrayValue)
    Parameters
    Type Name Description
    string[] strArrayValue

    SetBoolArrayValue(bool[])

    Declaration
    public void SetBoolArrayValue(bool[] boolArrayValue)
    Parameters
    Type Name Description
    bool[] boolArrayValue

    SetDoubleArrayValue(double[])

    Declaration
    public void SetDoubleArrayValue(double[] doubleArrayValue)
    Parameters
    Type Name Description
    double[] doubleArrayValue

    SetIntArrayValue(int[])

    Declaration
    public void SetIntArrayValue(int[] intArrayValue)
    Parameters
    Type Name Description
    int[] intArrayValue

    SetStringArrayValue(string[])

    Declaration
    public void SetStringArrayValue(string[] strArrayValue)
    Parameters
    Type Name Description
    string[] strArrayValue

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IDisposable
    In this article
    Back to top Generated by DocFX