Skip to content

Commit

Permalink
pass switches to power cycle sigan.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Jan 18, 2024
1 parent 4d3e5b5 commit acfdb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scos_actions/hardware/sigan_iface.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acfdb8f

Please sign in to comment.