Skip to content
Snippets Groups Projects
01-devices.py 226 B
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]