From 11fed2d4628b92d2b555593cb2da70f493b6dff7 Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Mon, 21 Mar 2022 13:51:21 +0100 Subject: [PATCH] fixed configs --- CDB/LOFAR_ConfigDb.json | 6 +++--- CDB/stations/simulators_ConfigDb.json | 10 ++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CDB/LOFAR_ConfigDb.json b/CDB/LOFAR_ConfigDb.json index ca672ff9f..75da3c114 100644 --- a/CDB/LOFAR_ConfigDb.json +++ b/CDB/LOFAR_ConfigDb.json @@ -49,10 +49,10 @@ } } }, - "BeamDevice": { + "DigitalBeam": { "STAT": { - "BeamDevice": { - "STAT/BeamDevice/1": { + "DigitalBeam": { + "STAT/DigitalBeam/1": { "properties": { } } diff --git a/CDB/stations/simulators_ConfigDb.json b/CDB/stations/simulators_ConfigDb.json index 1418898b7..59fcdee54 100644 --- a/CDB/stations/simulators_ConfigDb.json +++ b/CDB/stations/simulators_ConfigDb.json @@ -106,6 +106,16 @@ } } }, + "DigitalBeam": { + "STAT": { + "DigitalBeam": { + "STAT/DigitalBeam/1": { + "properties": { + } + } + } + } + }, "RECV": { "STAT": { "RECV": { -- GitLab