# 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]