From dc57cf56dbefd08edd20f7104d8f85957051cbf8 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 10 Jul 2024 11:01:41 +0200 Subject: [PATCH] Suppress state transition errors by default as long as stations come with a non-standard EC or PCON --- .../tangostationcontrol/devices/station_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/devices/station_manager.py b/tangostationcontrol/tangostationcontrol/devices/station_manager.py index 8521ba36f..642d658b8 100644 --- a/tangostationcontrol/tangostationcontrol/devices/station_manager.py +++ b/tangostationcontrol/tangostationcontrol/devices/station_manager.py @@ -59,7 +59,7 @@ class StationManager(AsyncDevice): doc="Allow state transitions to continue even if a device fails to initialise.", dtype="DevBoolean", mandatory=False, - default_value=False, + default_value=True, ) Hibernate_Transition_Timeout = device_property( doc="Timeout in seconds to transition to hibernate", -- GitLab