Newer
Older
# Create shortcuts for our devices
pcc = DeviceProxy("LTS/PCC/1")
sdp = DeviceProxy("LTS/SDP/1")
statistics = DeviceProxy("LTS/Statistics/1")
# Put them in a list in case one wants to iterate
devices = [pcc, sdp, statistics]