Class DriverOperation
Inheritance
System.Object
System.MarshalByRefObject
DriverOperation
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class DriverOperation : TaggedObject, IMessageSink
Constructors
DriverOperation()
Declaration
protected DriverOperation()
Properties
AccelerationExpression
Declaration
public Expression AccelerationExpression { get; }
Property Value
AmplitudeExpression
Declaration
public Expression AmplitudeExpression { get; }
Property Value
ControlPort
Declaration
public SelectControlPort ControlPort { get; }
Property Value
DisplacementExpression
Declaration
public Expression DisplacementExpression { get; }
Property Value
FrequencyExpression
Declaration
public Expression FrequencyExpression { get; }
Property Value
Function
Declaration
public NXObject Function { get; set; }
Property Value
HarmonicDisplacementExpression
Declaration
public Expression HarmonicDisplacementExpression { get; }
Property Value
InitialDisplacementExpression
Declaration
public Expression InitialDisplacementExpression { get; }
Property Value
InitialVelocityExpression
Declaration
public Expression InitialVelocityExpression { get; }
Property Value
IntegrationTypeOption
Declaration
public DriverOperation.IntegrationType IntegrationTypeOption { get; set; }
Property Value
JerkExpression
Declaration
public Expression JerkExpression { get; }
Property Value
Motor
Declaration
public PMDCMotor Motor { get; set; }
Property Value
PhaseAngleExpression
Declaration
public Expression PhaseAngleExpression { get; }
Property Value
Profile
Declaration
public SelectNXObject Profile { get; }
Property Value
SignalChart
Declaration
public SignalChart SignalChart { get; set; }
Property Value
TypeOption
Declaration
public DriverOperation.Type TypeOption { get; set; }
Property Value
VelocityExpression
Declaration
public Expression VelocityExpression { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink