Click or drag to resize

VariableSpeedMotorSetMaxAcceleration Method

Sets the maximum acceleration to the specified value at the specified time.

Namespace:  Demo3D.Visuals.Motor
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public void SetMaxAcceleration(
	double value,
	double time
)

Parameters

value
Type: SystemDouble
The new value for the (unsigned) maximum acceleration.
time
Type: SystemDouble
The time at which the maximum acceleration is changed.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown if the time specified is earlier than the current time on the motor.
Remarks
This method advances the time on the motor.
See Also