add missing cached_property

This commit is contained in:
onyx-and-iris 2026-03-07 14:29:32 +00:00
parent d1bcbfed6f
commit 5f7b62a0e0

View File

@ -227,7 +227,7 @@ class VbanRTPacketNBS0(VbanRTPacket):
bus_gain_raw = struct.unpack('<8h', self._busGaindB100)
return tuple(round(val * 0.01, 2) for val in bus_gain_raw)
@property
@cached_property
def labels(self) -> Labels:
"""returns Labels namedtuple of strip and bus labels"""