connect#
method
- MAX31X.connect(serialno: str = '', poll_period: int = 200, closed_loop: bool = True, smoothed: bool = False) None[source]#
Connect to the device.
- Parameters:
- serialnoint
The serial number of the device to connect to.
- pollingint
The polling rate in milliseconds.
- closed_loopbool, optional
Puts controller in open or closed loop mode. Open loop if False (closed loop allows for positional commands instead of voltage commands), default True.
- smoothedbool, optional
Puts controller in smoothed start/stop mode, default False.