libstp.step.calibration.sensors.switch_set_step¶
Classes¶
Step that loads a named calibration set and applies it to all IR sensors. |
Functions¶
|
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.UIStepStep 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