-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
69 lines (58 loc) · 926 Bytes
/
config.yaml
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
Mesh:
x:
label: "n0blg"
points: 11
range:
- -10.0
- 10.0
y:
label: "p0blg"
points: 7
range:
- -3.0
- 4.0
parameters:
function: "mfunc_vblg_fixed"
delta1: 0.1
delta2: 0.1
n0mlg: 0.05
k: 1.0
b: 1.0
Independent Variables:
Vtop:
channel: 0
limits:
- 2.0
- -2.0
Vbot:
channel: 1
limits:
- -10.0
- 10.0
Vmlg:
channel: 2
limits:
- -10.0
- 10.0
# MeshConstraints:
# constraint1:
# expr: "n0blg + 0.5* p0blg"
# min: -2.0
# max: 2.0
Bridge Settings:
frequency: 51123.0
timeconstant: 0.001
ref_atten: 20.0
sample_atten: 20.0
tolerance: 0.001
iter: 3
balance_tc: 0.1
rebalance: False
Balance Point:
x: 0.0
y: 0.0
DAC Read Channels:
lckx: 0
lcky: 1
lowFreqX: 2
lowFreqY: 3