setVelocityLimit method
Implementation
void setVelocityLimit(double velocityLimit) {
_ensureOpen();
bindings.checkPhidgetError(
bindings.stepperSetVelocityLimit(_handle!, velocityLimit),
'Stepper.setVelocityLimit');
}
void setVelocityLimit(double velocityLimit) {
_ensureOpen();
bindings.checkPhidgetError(
bindings.stepperSetVelocityLimit(_handle!, velocityLimit),
'Stepper.setVelocityLimit');
}