Newer
Older
# Create shortcuts for our devices
pcc = DeviceProxy("LTS/PCC/1")
sdp = DeviceProxy("LTS/SDP/1")

Jan David Mol
committed
sst = DeviceProxy("LTS/SST/1")
# Put them in a list in case one wants to iterate

Jan David Mol
committed
devices = [pcc, sdp, sst]