set_stop_action


Description:

public void set_stop_action (string action) throws Error

Set the stop action for the motor.

This action will be used when the motor is stopped. Check stop_actions to get a list of valid values. Changes to stop action will not take effect until a new run-* command has been sent using send_command.

Parameters:

action

The new stop action.

Exceptions:

Error

is action is not a valid action.