Skip to content
Snippets Groups Projects
Commit f56805af authored by Jan David Mol's avatar Jan David Mol
Browse files

Configure abs_change for some attributes so they can be polled as required by the Metadata device

parent 1e54486e
No related branches found
No related tags found
No related merge requests found
...@@ -467,6 +467,7 @@ class AF(LOFARDevice): ...@@ -467,6 +467,7 @@ class AF(LOFARDevice):
dtype=((numpy.int64,),), dtype=((numpy.int64,),),
max_dim_x=N_pol, max_dim_x=N_pol,
max_dim_y=MAX_ANTENNA, max_dim_y=MAX_ANTENNA,
abs_change="1",
) )
RCU_attenuator_dB_RW = MappedAttribute( RCU_attenuator_dB_RW = MappedAttribute(
"RCU_attenuator_dB_RW", "RCU_attenuator_dB_RW",
...@@ -479,6 +480,7 @@ class AF(LOFARDevice): ...@@ -479,6 +480,7 @@ class AF(LOFARDevice):
"RCU_DTH_freq_R", "RCU_DTH_freq_R",
dtype=(numpy.int64,), dtype=(numpy.int64,),
max_dim_x=MAX_ANTENNA, max_dim_x=MAX_ANTENNA,
abs_change="1",
) )
RCU_DTH_freq_RW = MappedAttribute( RCU_DTH_freq_RW = MappedAttribute(
"RCU_DTH_freq_RW", "RCU_DTH_freq_RW",
...@@ -520,6 +522,7 @@ class AF(LOFARDevice): ...@@ -520,6 +522,7 @@ class AF(LOFARDevice):
dtype=((numpy.int64,),), dtype=((numpy.int64,),),
max_dim_x=2, max_dim_x=2,
max_dim_y=MAX_ANTENNA, max_dim_y=MAX_ANTENNA,
abs_change="1",
) )
RCU_PCB_version_R = MappedAttribute( RCU_PCB_version_R = MappedAttribute(
"RCU_PCB_version_R", "RCU_PCB_version_R",
......
...@@ -102,6 +102,7 @@ class DigitalBeam(BeamDevice): ...@@ -102,6 +102,7 @@ class DigitalBeam(BeamDevice):
max_dim_x=N_beamlets_ctrl, max_dim_x=N_beamlets_ctrl,
access=AttrWriteType.READ_WRITE, access=AttrWriteType.READ_WRITE,
fisallowed="is_attribute_access_allowed", fisallowed="is_attribute_access_allowed",
abs_change="1",
) )
def read_subband_select_RW(self): def read_subband_select_RW(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment