diff --git a/LCU/checkhardware/lib/lofar_lib.py b/LCU/checkhardware/lib/lofar_lib.py index c3c9601f505788601ff5e19a18c9f39f01b9e0b0..c0800cea538b126dab85102b112647aa2526664f 100644 --- a/LCU/checkhardware/lib/lofar_lib.py +++ b/LCU/checkhardware/lib/lofar_lib.py @@ -98,7 +98,7 @@ def readStationConfig(): if key == "RS.N_RSPBOARDS": nRSP = int(val) continue - if key == "RS.N_TBBBOARDS": + if key == "RS.N_TBBOARDS": nTBB = int(val) continue if key == "RS.N_LBAS":