set_position_control_mode

set_position_control_mode#

method

MAX31X.set_position_control_mode(channel: int = None, closed_loop: bool = False, smoothed: bool = False) None#

Sets position control mode of the device.

Parameters:
channelbool, optional

The channel to to set the control mode for (1-n). Sets for all if None.

closed_loopbool, optional

Sets the position control mode; closed loop if True (default False means open loop).

smoothedbool, optional

Sets the control smoothing mode; smoothed if True (default False).