VariableSpeedMotorSetMaxDeceleration Method |
Sets the maximum deceleration to the specified value at the specified
time.
Namespace: Demo3D.Visuals.MotorAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic void SetMaxDeceleration(
double value,
double time
)
Parameters
- value Double
- The new value for the (unsigned) maximum deceleration.
- time Double
- The time at which the maximum deceleration is changed.
Exceptions
Remarks
This method advances the time on the motor.
See Also