# Create shortcuts for our devices apsct = DeviceProxy("STAT/APSCT/1") ccd = DeviceProxy("STAT/CCD/1") apspu = DeviceProxy("STAT/APSPU/1") recv = DeviceProxy("STAT/RECV/1") sdp = DeviceProxy("STAT/SDP/1") bst = DeviceProxy("STAT/BST/1") sst = DeviceProxy("STAT/SST/1") xst = DeviceProxy("STAT/XST/1") unb2 = DeviceProxy("STAT/UNB2/1") boot = DeviceProxy("STAT/Boot/1") tilebeam = DeviceProxy("STAT/TileBeam/1") pcon = DeviceProxy("STAT/PCON/1") psoc = DeviceProxy("STAT/PSOC/1") beamlet = DeviceProxy("STAT/Beamlet/1") digitalbeam = DeviceProxy("STAT/DigitalBeam/1") antennafield = DeviceProxy("STAT/AntennaField/1") docker = DeviceProxy("STAT/Docker/1") temperaturemanager = DeviceProxy("STAT/TemperatureManager/1") configuration = DeviceProxy("STAT/Configuration/1") # Put them in a list in case one wants to iterate devices = [apsct, ccd, apspu, recv, sdp, bst, sst, xst, unb2, boot, tilebeam, beamlet, digitalbeam, antennafield, temperaturemanager, docker, pcon, psoc, configuration]