Omny show all #70

Merged
holler merged 1 commits from omny_show_all into main 2025-01-09 14:27:31 +01:00

View File

@@ -1502,7 +1502,19 @@ class OMNY(
)
self.client.logbook.send_logbook_message(msg)
def vcs_show_all():
dev.omny_vcs.show_all()
def vcs_valves_in_measurement_position():
dev.omny_vcs.valves_in_measurement_position()
def temperatures_show_all():
dev.omny_temperatures.show_all()
def dewar_show_all():
dev.omny_dewar.show_all()
if __name__ == "__main__":
import builtins