From 80b67f49f103ce65483f3c3d09a5eef18b3dce56 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Tue, 22 Jun 2021 08:14:47 +0200
Subject: [PATCH] L2SS-244: Cannot have both mandatory=True and default_value

---
 devices/SST.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devices/SST.py b/devices/SST.py
index 36b21444e..e9ee22d11 100644
--- a/devices/SST.py
+++ b/devices/SST.py
@@ -38,8 +38,7 @@ class SST(hardware_device):
 
     SST_Port = device_property(
         dtype='DevUShort',
-        mandatory=True,
-        default_value=5001
+        mandatory=True
     )
 
     # ----------
-- 
GitLab