diff --git a/tangostationcontrol/tangostationcontrol/devices/base_device_classes/beam_device.py b/tangostationcontrol/tangostationcontrol/devices/base_device_classes/beam_device.py index 1aeb24df2112ff3205b24803f3fcec7baddb7df1..ddb2773d64810c3c5174d6677a918706deb7e338 100644 --- a/tangostationcontrol/tangostationcontrol/devices/base_device_classes/beam_device.py +++ b/tangostationcontrol/tangostationcontrol/devices/base_device_classes/beam_device.py @@ -48,6 +48,8 @@ logger = logging.getLogger() @device_metrics( exclude=[ "Last_update_pointing_exception_R", + "Pointing_direction_R", + "Pointing_direction_RW", ] ) class BeamDevice(AsyncDevice): diff --git a/tangostationcontrol/tangostationcontrol/devices/recv/recvh.py b/tangostationcontrol/tangostationcontrol/devices/recv/recvh.py index 160ab18263d9cc29b64055864e9a286a9a7c0508..c1faab8b52e15772b75379f2c2abeb7a02023e01 100644 --- a/tangostationcontrol/tangostationcontrol/devices/recv/recvh.py +++ b/tangostationcontrol/tangostationcontrol/devices/recv/recvh.py @@ -28,6 +28,9 @@ __all__ = ["RECVH"] @device_logging_to_python() @device_metrics( exclude=[ + "HBAT_BF_delay_steps_R", + "HBAT_PWR_on_R", + "HBAT_PWR_LNA_on_R", "*_RW", ] )