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
Branches
Tags
1 merge request!690L2SS-1456: Added antennaset definitions for CS001
......@@ -136,14 +136,14 @@ class AntennaField(LOFARDevice):
# ----- Antenna set
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",
mandatory=False,
default_value=["ALL"],
)
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",
mandatory=False,
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