Search Results for

    Show / Hide Table of Contents

    Class DriverOperation

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    DriverOperation
    Implements
    IMessageSink
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    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.Motion
    Assembly: NXOpen.dll
    Syntax
    public class DriverOperation : TaggedObject, IMessageSink

    Constructors

    DriverOperation()

    Declaration
    protected DriverOperation()

    Properties

    AccelerationExpression

    Declaration
    public Expression AccelerationExpression { get; }
    Property Value
    Type Description
    Expression

    AmplitudeExpression

    Declaration
    public Expression AmplitudeExpression { get; }
    Property Value
    Type Description
    Expression

    ControlAccelerationPort

    Declaration
    public SelectControlPort ControlAccelerationPort { get; }
    Property Value
    Type Description
    SelectControlPort

    ControlAccelerationPortOvrCtrl

    Declaration
    public ParamOverrideState ControlAccelerationPortOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    ControlInitialAccelerationExpression

    Declaration
    public Expression ControlInitialAccelerationExpression { get; }
    Property Value
    Type Description
    Expression

    ControlInitialVelocityExpression

    Declaration
    public Expression ControlInitialVelocityExpression { get; }
    Property Value
    Type Description
    Expression

    ControlPort

    Declaration
    public SelectControlPort ControlPort { get; }
    Property Value
    Type Description
    SelectControlPort

    ControlPortOvrCtrl

    Declaration
    public ParamOverrideState ControlPortOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    ControlVelocityPort

    Declaration
    public SelectControlPort ControlVelocityPort { get; }
    Property Value
    Type Description
    SelectControlPort

    ControlVelocityPortOvrCtrl

    Declaration
    public ParamOverrideState ControlVelocityPortOvrCtrl { get; set; }
    Property Value
    Type Description
    ParamOverrideState

    DisplacementExpression

    Declaration
    public Expression DisplacementExpression { get; }
    Property Value
    Type Description
    Expression

    FrequencyExpression

    Declaration
    public Expression FrequencyExpression { get; }
    Property Value
    Type Description
    Expression

    Function

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

    HarmonicDisplacementExpression

    Declaration
    public Expression HarmonicDisplacementExpression { get; }
    Property Value
    Type Description
    Expression

    InitialDisplacementExpression

    Declaration
    public Expression InitialDisplacementExpression { get; }
    Property Value
    Type Description
    Expression

    InitialVelocityExpression

    Declaration
    public Expression InitialVelocityExpression { get; }
    Property Value
    Type Description
    Expression

    IntegrationTypeOption

    Declaration
    public DriverOperation.IntegrationType IntegrationTypeOption { get; set; }
    Property Value
    Type Description
    DriverOperation.IntegrationType

    JerkExpression

    Declaration
    public Expression JerkExpression { get; }
    Property Value
    Type Description
    Expression

    Motor

    Declaration
    public PMDCMotor Motor { get; set; }
    Property Value
    Type Description
    PMDCMotor

    PhaseAngleExpression

    Declaration
    public Expression PhaseAngleExpression { get; }
    Property Value
    Type Description
    Expression

    Profile

    Declaration
    public SelectFieldData Profile { get; }
    Property Value
    Type Description
    SelectFieldData

    SignalChart

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

    TypeOption

    Declaration
    public DriverOperation.Type TypeOption { get; set; }
    Property Value
    Type Description
    DriverOperation.Type

    VelocityExpression

    Declaration
    public Expression VelocityExpression { get; }
    Property Value
    Type Description
    Expression

    Implements

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