-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscopes.json
More file actions
73 lines (73 loc) · 2.25 KB
/
Copy pathscopes.json
File metadata and controls
73 lines (73 loc) · 2.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"_comment": "Rigol scope registry for the scope_control dashboard. 'scopes' maps each scope's IP to a display name + optional description -- edit these via the dashboard Rename button; they are persisted here so names stick across restarts and can be committed to git. A scope may also carry 'channel_names' ({\"2\": \"SLM trigger\"}), an optional per-channel label (channels 1-4) shown on the focused view next to the channel number. 'discovery' auto-scans the listed subnets (/24 or smaller) for new Rigol scopes and adds them as tabs (including a deleted scope that is still on the LAN -- delete removes the entry, it does not blacklist the IP).",
"scopes": {
"192.168.0.103": {
"name": "SLM Triggers",
"description": "Rigol DS1104Z Plus (S/N DS1ZC266M00096), DHCP-reserved on the lab LAN.",
"port": 5555,
"channel_names": {
"1": "AV Trig Out",
"2": "SLM Trig Out"
}
},
"192.168.0.248": {
"name": "556 ULE",
"description": "",
"port": 5555
},
"192.168.0.165": {
"name": "532AOM & 308AOM",
"description": "",
"port": 5555,
"channel_names": {
"1": "532 AOM 1st order",
"2": "? labeled 'AOD AOM PD'",
"3": "308 AOM 0th order",
"4": "Scope Trigger"
}
},
"192.168.0.36": {
"name": "Rydberg: 556, 308, 369",
"description": "",
"port": 5555,
"channel_names": {
"1": "556 Rydberg beam",
"2": "308 Rydberg beam",
"3": "369 AutoIonization beam",
"4": "Scope Trigger"
}
},
"192.168.0.107": {
"name": "308 SHG Cavity",
"description": "",
"port": 5555
},
"192.168.0.41": {
"name": "Double Image Beams & SLM 1st Order",
"description": "",
"port": 5555,
"channel_names": {
"1": "399 Imaging 1 (AbsImg)",
"2": "399 Imaging 2",
"3": "532 SLM 1st order (before objective)"
}
},
"192.168.0.40": {
"name": "616 ULE",
"description": "",
"port": 5555,
"channel_names": {
"2": "Transmission",
"3": "Error signal",
"4": "Trigger"
}
}
},
"discovery": {
"enabled": true,
"subnets": [
"192.168.0.0/24"
],
"interval_s": 30
}
}