From a5642b5db27db7cad631fb56cb0495bcae0416cd Mon Sep 17 00:00:00 2001 From: gac-x06da Date: Thu, 30 Jan 2025 12:28:21 +0100 Subject: [PATCH] Bump to create branch --- pxiii_bec/devices/SmarGon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pxiii_bec/devices/SmarGon.py b/pxiii_bec/devices/SmarGon.py index 98d6bfa..79f5a25 100644 --- a/pxiii_bec/devices/SmarGon.py +++ b/pxiii_bec/devices/SmarGon.py @@ -92,6 +92,7 @@ class SmarGonSignalRO(Signal): """Small helper class for read-only parameters PVs from SmarGon. Reads and optionally monitors a variable on the SmarGon. + """ def __init__(self, *args, read_addr="readbackSCS", auto_monitor=False, **kwargs):