-
Jan David Mol authored
L2SS-433: Add beamlet device, which takes over responsibility of all beamlet and bf_weight attributes from SDP
Jan David Mol authoredL2SS-433: Add beamlet device, which takes over responsibility of all beamlet and bf_weight attributes from SDP
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
01-devices.py 549 B
# Create shortcuts for our devices
apsct = DeviceProxy("STAT/APSCT/1")
apspu = DeviceProxy("STAT/APSPU/1")
recv = DeviceProxy("STAT/RECV/1")
sdp = DeviceProxy("STAT/SDP/1")
sst = DeviceProxy("STAT/SST/1")
xst = DeviceProxy("STAT/XST/1")
unb2 = DeviceProxy("STAT/UNB2/1")
boot = DeviceProxy("STAT/Boot/1")
beam = DeviceProxy("STAT/Beam/1")
beamlet = DeviceProxy("STAT/Beamlet/1")
docker = DeviceProxy("STAT/Docker/1")
# Put them in a list in case one wants to iterate
devices = [apsct, apspu, recv, sdp, sst, xst, unb2, boot, beam, beamlet, docker]