blob: e35f6272e1b9c06c51154b7a0236866065228d7d (
plain)
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
|
[info]
pycmds version = '0.8.0-py3'
created = '2018-03-30T20:02:59-05:00'
module = 'SCAN'
name = 'example'
info = 'just an example'
description = 'SCAN: [w1, w2]'
[scan]
axis names = ['w1', 'w2']
constant names = ['wm']
[w1]
start = 1500
stop = 1200
number = 51
units = 'wn'
hardware = ['w1']
[w2]
start = 1500
stop = 1200
number = 35.0
units = 'wn'
hardware = ['w2']
[wm]
hardware = 'wm'
expression = 'w1+2*w2'
[processing]
main channel = 'signal'
process all channels = False
[device settings]
ms wait = 0
[PCI-6251]
use = True
shots = 100
save shots = False
[InGaAs]
use = False
|