zero#
method
- MAX31X.zero(channel: int = None, block: bool = True) None#
Zeroes a channel (or all). Automatically sets closed loop mode.
- Parameters:
- channelint, optional
The channel to zero (1-n). If not specified, zeroes all channels.
- blockbool, optional
If True, this function is blocking.