From 877a18cd019a6d36fb2a4b6823860fe24be1ea4a Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Mon, 21 Jun 2021 10:04:40 +0200 Subject: [PATCH] L2SS-244: Added default for SST_Port to be the default port SDP sends to. --- devices/SST.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devices/SST.py b/devices/SST.py index 2b5400743..1e17edbde 100644 --- a/devices/SST.py +++ b/devices/SST.py @@ -38,7 +38,8 @@ class SST(hardware_device): SST_Port = device_property( dtype='DevUShort', - mandatory=True + mandatory=True, + default_value=5001 ) # ---------- -- GitLab