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

L2SS-1456: Improved docstring of antenna masks

parent a4853e9c
No related branches found
No related tags found
1 merge request!690L2SS-1456: Added antennaset definitions for CS001
...@@ -136,14 +136,14 @@ class AntennaField(LOFARDevice): ...@@ -136,14 +136,14 @@ class AntennaField(LOFARDevice):
# ----- Antenna set # ----- Antenna set
Antenna_Sets = device_property( Antenna_Sets = device_property(
doc="String representation of officially offered set of antennas", doc="String representation of officially offered set of antennas, for use in digital beamforming.",
dtype="DevVarStringArray", dtype="DevVarStringArray",
mandatory=False, mandatory=False,
default_value=["ALL"], default_value=["ALL"],
) )
Antenna_Set_Masks = device_property( Antenna_Set_Masks = device_property(
doc="String encoding of the corresponding antenna masks for the antennafield", doc="String encoding of the corresponding antenna masks for the antennafield, for use in digital beamforming. Excludes calibration antennas.",
dtype="DevVarStringArray", dtype="DevVarStringArray",
mandatory=False, mandatory=False,
default_value=["1" * MAX_ANTENNA], default_value=["1" * MAX_ANTENNA],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment