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

Cull attributes to poll

parent 3fb045b5
No related branches found
No related tags found
1 merge request!858Cull attributes to poll
...@@ -48,6 +48,8 @@ logger = logging.getLogger() ...@@ -48,6 +48,8 @@ logger = logging.getLogger()
@device_metrics( @device_metrics(
exclude=[ exclude=[
"Last_update_pointing_exception_R", "Last_update_pointing_exception_R",
"Pointing_direction_R",
"Pointing_direction_RW",
] ]
) )
class BeamDevice(AsyncDevice): class BeamDevice(AsyncDevice):
......
...@@ -28,6 +28,9 @@ __all__ = ["RECVH"] ...@@ -28,6 +28,9 @@ __all__ = ["RECVH"]
@device_logging_to_python() @device_logging_to_python()
@device_metrics( @device_metrics(
exclude=[ exclude=[
"HBAT_BF_delay_steps_R",
"HBAT_PWR_on_R",
"HBAT_PWR_LNA_on_R",
"*_RW", "*_RW",
] ]
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment