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

L2SS-244: Load Statistics device by default in Jupyter

parent 982ff211
No related branches found
No related tags found
1 merge request!56L2SS-244: Expose the SSTs in MPs
# 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")
statistics = DeviceProxy("LTS/Statistics/1")
# Put them in a list in case one wants to iterate # Put them in a list in case one wants to iterate
devices = [pcc, sdp] devices = [pcc, sdp, statistics]
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