From acfdb8f585d4a8741d2c90cc4c5e0319e3fcfbaa Mon Sep 17 00:00:00 2001 From: Doug Boulware Date: Thu, 18 Jan 2024 11:32:18 -0700 Subject: [PATCH] pass switches to power cycle sigan. --- scos_actions/hardware/sigan_iface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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