libera_utils.packet_configs.AggregationGroup#
- class libera_utils.packet_configs.AggregationGroup(name: str, field_pattern: str, field_count: int, dtype: ~numpy.dtype = <factory>)#
Bases:
objectConfiguration for aggregating multiple sequential fields into a single binary blob.
This class defines how to combine multiple numbered fields (e.g., ICIE__WFOV_DATA_0 through ICIE__WFOV_DATA_971) into a single bytes object per packet.
Attributes