temp_autotune

Description

Enables and disable temperature autotune. This method calibrates the temperature channel that is connected to the module to be heated. Channel must be enabled to calibrate.


The autotune process will first heat the module above the user-given set point value (SV) before letting it cool below the SV. It will then heat the module above the SV again before cooling it to the SV temperature. At this point, process value (PV) and SV temperatures are regulated by the channel. The autotune process is automatically disabled and configuration data is saved.

Signature

temp_autotune(self, channel: int, enable: bool)

Parameters

channel: int

The channel to configure autotune on, [0, 7].


enable: bool

Enables channel if True, disables if False.