Skip to content
Snippets Groups Projects
Commit 9511d544 authored by Jan David Mol's avatar Jan David Mol
Browse files

Initialise variables for each of our devices, for convenience

parent e87d8287
No related branches found
No related tags found
No related merge requests found
# Create shortcuts for our devices # Create shortcuts for our devices
pcc = DeviceProxy("LTS/PCC/1") pcc = DeviceProxy("LTS/PCC/1")
sdp = DeviceProxy("LTS/SDP/1") sdp = DeviceProxy("LTS/SDP/1")
# Put them in a list in case one wants to iterate
devices = [pcc, sdp]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment