libstp.step.calibration.sensors.switch_set_step

Classes

SwitchCalibrationSet

Step that loads a named calibration set and applies it to all IR sensors.

Functions

switch_calibration_set(→ SwitchCalibrationSet)

Switch IR sensors to a named calibration set.

Module Contents

class libstp.step.calibration.sensors.switch_set_step.SwitchCalibrationSet(set_name: str = 'default')

Bases: libstp.ui.step.UIStep

Step that loads a named calibration set and applies it to all IR sensors.

set_name = 'default'
libstp.step.calibration.sensors.switch_set_step.switch_calibration_set(set_name: str = 'default') SwitchCalibrationSet

Switch IR sensors to a named calibration set.

Parameters:

set_name – Name of the calibration set to apply (e.g. “default”, “transparent”)

Returns:

SwitchCalibrationSet step instance