Script execution

This commit is contained in:
gac-x04sa
2018-08-20 15:47:28 +02:00
parent 98b7d8ceb5
commit 82d755802a

View File

@@ -47,10 +47,15 @@ ub.c2th([1, 0, 0]) # energy from hardware
settings.hardware.position = 0, 60, 0, 30, 0, 0
ub.addref([1, 0, 0])# energy and position from hardware
# Add 2nd reflection (this time without the harware adapter)
ub.c2th([0, 1, 0], 12.39842)
ub.addref([0, 1, 0], [60, 30, 0, 90], 12.39842)
#ub.setub([[1.07663,0.00000,0.00000], [-0.00000,1.22862,0.00000], [-0.00000,-0.00000,0.56820]])
# check the state
ub.ub()
ub.checkub()