set_temp

Description

Configures the set point on a temperature channel.

Signature

set_temp(self, channel: int, temp: float)

Parameters

channel: int

The channel to to configure the set point on, [0, 7].


temp: float

The set point to configure, units as per front panel setting (C or F).

Example