From d33b55369568f49d19287d09bb7f1d56f7d4ff10 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Fri, 21 Oct 2022 12:32:30 +0200 Subject: [PATCH] renamed constant --- tangostationcontrol/tangostationcontrol/common/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tangostationcontrol/tangostationcontrol/common/constants.py b/tangostationcontrol/tangostationcontrol/common/constants.py index bbec0c55f..8a2dbb7bd 100644 --- a/tangostationcontrol/tangostationcontrol/common/constants.py +++ b/tangostationcontrol/tangostationcontrol/common/constants.py @@ -35,7 +35,7 @@ P_sum = 2 P_sq = 9 # total number of beamsets -N_beamsets_sdp = 2 +N_beamsets_max = 2 # number of beamsets we control N_beamsets_ctrl = 1 # The maximum amount of beamlets the SDP (and we) support -- GitLab