9 lines
240 B
Python
9 lines
240 B
Python
att.write(ATENUATOR_DEFAULT)
|
|
|
|
st.close()
|
|
camera_screen.move("Free")
|
|
ap_s_w.moveAsync(APERTURE_SLOPE_W_DEFAULT)
|
|
ap_s_h.moveAsync(APERTURE_SLOPE_H_DEFAULT)
|
|
ap_o_w.moveAsync(APERTURE_OFFSET_W_DEFAULT)
|
|
ap_o_h.move(APERTURE_OFFSET_H_DEFAULT)
|