From 12b1e68f325f3a05fb3e850b24ca5de271d874f6 Mon Sep 17 00:00:00 2001 From: Fernando Date: Mon, 9 Dec 2024 17:52:45 -0300 Subject: [PATCH] DEV.LLRF.BUG: Fix property definition in LLRF. --- siriuspy/siriuspy/devices/rf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/siriuspy/siriuspy/devices/rf.py b/siriuspy/siriuspy/devices/rf.py index d5a009f03..a06d4935a 100644 --- a/siriuspy/siriuspy/devices/rf.py +++ b/siriuspy/siriuspy/devices/rf.py @@ -629,8 +629,8 @@ class _BaseLLRF(_Device): 'AmpRefMin-RB', 'AmpRefMin-SP', 'PhsRefMin-RB', 'PhsRefMin-SP', 'CondEnbl-Sts', 'CondEnbl-Sel', 'CondDuty-RB', 'CondDuty-SP', 'CondDutyCycle-Mon', 'PhShCav-SP', 'PhShCav-RB', - 'SLPILim-SP', 'SLPILim-RB', 'SLKI-SP', 'SLKI-RB' 'SLKP-SP', 'SLKI-RB' - ) + 'SLPILim-SP', 'SLPILim-RB', 'SLKI-SP', 'SLKI-RB', 'SLKP-SP', 'SLKI-RB', + ) def __init__(self, devname, props2init='all'): """."""