diff --git a/scos_actions/hardware/sigan_iface.py b/scos_actions/hardware/sigan_iface.py index 0037d870..7ed01d45 100644 --- a/scos_actions/hardware/sigan_iface.py +++ b/scos_actions/hardware/sigan_iface.py @@ -119,7 +119,7 @@ def power_cycle_and_connect(self, sleep_time: float = 2.0) -> None: """ logger.info("Attempting to power cycle the signal analyzer and reconnect.") try: - power_cycle_sigan() + power_cycle_sigan(self.switches) except Exception as hce: logger.warning(f"Unable to power cycle sigan: {hce}") return