DriverOperation Class¶
-
class
NXOpen.Motion.DriverOperation¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.Motion.DriverOperationNew in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| AccelerationExpression | Returns the acceleration expression |
| AmplitudeExpression | Returns the amplitude expression |
| ControlPort | Returns the control port |
| DisplacementExpression | Returns the displacement expression |
| FrequencyExpression | Returns the frequency expression |
| Function | Returns or sets the function |
| HarmonicDisplacementExpression | Returns the harmonic displacement expression |
| InitialDisplacementExpression | Returns the initial displacement expression |
| InitialVelocityExpression | Returns the initial velocity expression |
| IntegrationTypeOption | Returns or sets the integration type option |
| JerkExpression | Returns the jerk expression |
| Motor | Returns or sets the motor |
| PhaseAngleExpression | Returns the phase angle expression |
| Profile | Returns the profile |
| SignalChart | Returns or sets the signal chart |
| Tag | Returns the Tag for this object. |
| TypeOption | Returns or sets the type option |
| VelocityExpression | Returns the velocity expression |
Methods¶
Enumerations¶
| DriverOperationIntegrationType Enumeration | Integration type |
| DriverOperationType Enumeration | Driver operation type |
Property Detail¶
AccelerationExpression¶
-
DriverOperation.AccelerationExpression¶ Returns the acceleration expression
-------------------------------------Getter Method
Signature
AccelerationExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
AmplitudeExpression¶
-
DriverOperation.AmplitudeExpression¶ Returns the amplitude expression
-------------------------------------Getter Method
Signature
AmplitudeExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
ControlPort¶
-
DriverOperation.ControlPort¶ Returns the control port
-------------------------------------Getter Method
Signature
ControlPortReturns: Return type: NXOpen.Motion.SelectControlPortNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
DisplacementExpression¶
-
DriverOperation.DisplacementExpression¶ Returns the displacement expression
-------------------------------------Getter Method
Signature
DisplacementExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
FrequencyExpression¶
-
DriverOperation.FrequencyExpression¶ Returns the frequency expression
-------------------------------------Getter Method
Signature
FrequencyExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
Function¶
-
DriverOperation.Function¶ Returns or sets the function
-------------------------------------Getter Method
Signature
FunctionReturns: Return type: NXOpen.NXObjectNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FunctionParameters: function ( NXOpen.NXObject) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
HarmonicDisplacementExpression¶
-
DriverOperation.HarmonicDisplacementExpression¶ Returns the harmonic displacement expression
-------------------------------------Getter Method
Signature
HarmonicDisplacementExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
InitialDisplacementExpression¶
-
DriverOperation.InitialDisplacementExpression¶ Returns the initial displacement expression
-------------------------------------Getter Method
Signature
InitialDisplacementExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
InitialVelocityExpression¶
-
DriverOperation.InitialVelocityExpression¶ Returns the initial velocity expression
-------------------------------------Getter Method
Signature
InitialVelocityExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
IntegrationTypeOption¶
-
DriverOperation.IntegrationTypeOption¶ Returns or sets the integration type option
-------------------------------------Getter Method
Signature
IntegrationTypeOptionReturns: Return type: NXOpen.Motion.DriverOperationIntegrationTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IntegrationTypeOptionParameters: integrationTypeOption ( NXOpen.Motion.DriverOperationIntegrationType) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
JerkExpression¶
-
DriverOperation.JerkExpression¶ Returns the jerk expression
-------------------------------------Getter Method
Signature
JerkExpressionReturns: Return type: NXOpen.ExpressionNew in version NX11.0.0.
License requirements: None.
Motor¶
-
DriverOperation.Motor¶ Returns or sets the motor
-------------------------------------Getter Method
Signature
MotorReturns: Return type: NXOpen.Motion.PMDCMotorNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MotorParameters: motor ( NXOpen.Motion.PMDCMotor) –New in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
PhaseAngleExpression¶
-
DriverOperation.PhaseAngleExpression¶ Returns the phase angle expression
-------------------------------------Getter Method
Signature
PhaseAngleExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.
Profile¶
-
DriverOperation.Profile¶ Returns the profile
-------------------------------------Getter Method
Signature
ProfileReturns: Return type: NXOpen.SelectNXObjectNew in version NX11.0.1.
License requirements: mechanisms (“MECHANISMS”)
SignalChart¶
-
DriverOperation.SignalChart¶ Returns or sets the signal chart
-------------------------------------Getter Method
Signature
SignalChartReturns: Return type: NXOpen.Motion.SignalChartNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SignalChartParameters: signalChart ( NXOpen.Motion.SignalChart) –New in version NX6.0.0.
License requirements: mechanisms (“MECHANISMS”)
TypeOption¶
-
DriverOperation.TypeOption¶ Returns or sets the type option
-------------------------------------Getter Method
Signature
TypeOptionReturns: Return type: NXOpen.Motion.DriverOperationTypeNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeOptionParameters: typeOption ( NXOpen.Motion.DriverOperationType) –New in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
VelocityExpression¶
-
DriverOperation.VelocityExpression¶ Returns the velocity expression
-------------------------------------Getter Method
Signature
VelocityExpressionReturns: Return type: NXOpen.ExpressionNew in version NX8.0.0.
License requirements: None.