libstp.step.calibration.sensors.switch_set_step =============================================== .. py:module:: libstp.step.calibration.sensors.switch_set_step Classes ------- .. autoapisummary:: libstp.step.calibration.sensors.switch_set_step.SwitchCalibrationSet Functions --------- .. autoapisummary:: libstp.step.calibration.sensors.switch_set_step.switch_calibration_set Module Contents --------------- .. py:class:: SwitchCalibrationSet(set_name: str = 'default') Bases: :py:obj:`libstp.ui.step.UIStep` Step that loads a named calibration set and applies it to all IR sensors. .. py:attribute:: set_name :value: 'default' .. py:function:: switch_calibration_set(set_name: str = 'default') -> SwitchCalibrationSet Switch IR sensors to a named calibration set. :param set_name: Name of the calibration set to apply (e.g. "default", "transparent") :returns: SwitchCalibrationSet step instance