Files
dev/script/test/TestMaster.py
2023-05-01 11:28:04 +02:00

7 lines
169 B
Python

master = MasterPositioner("master",mu, delta, gamma, eta)
add_device(master, True)
add_device(master.motorGroup, True)
show_panel(master)
show_panel(master.motorGroup)