|
1 | 1 | {
|
2 | 2 | "comm": {
|
| 3 | + "type": "local", |
3 | 4 | "module": "artiq.coredevice.comm_serial",
|
4 | 5 | "class": "Comm",
|
5 | 6 | "arguments": {}
|
6 | 7 | },
|
7 | 8 | "core": {
|
| 9 | + "type": "local", |
8 | 10 | "module": "artiq.coredevice.core",
|
9 | 11 | "class": "Core",
|
10 | 12 | "arguments": {}
|
11 | 13 | },
|
12 | 14 |
|
13 | 15 | "led": {
|
| 16 | + "type": "local", |
14 | 17 | "module": "artiq.coredevice.gpio",
|
15 | 18 | "class": "GPIOOut",
|
16 | 19 | "arguments": {"channel": 0}
|
17 | 20 | },
|
18 | 21 |
|
19 | 22 | "pmt0": {
|
| 23 | + "type": "local", |
20 | 24 | "module": "artiq.coredevice.rtio",
|
21 | 25 | "class": "RTIOIn",
|
22 | 26 | "arguments": {"channel": 0}
|
23 | 27 | },
|
24 | 28 | "pmt1": {
|
| 29 | + "type": "local", |
25 | 30 | "module": "artiq.coredevice.rtio",
|
26 | 31 | "class": "RTIOIn",
|
27 | 32 | "arguments": {"channel": 1}
|
28 | 33 | },
|
29 | 34 |
|
30 | 35 | "ttl0": {
|
| 36 | + "type": "local", |
31 | 37 | "module": "artiq.coredevice.rtio",
|
32 | 38 | "class": "RTIOOut",
|
33 | 39 | "arguments": {"channel": 2}
|
34 | 40 | },
|
35 | 41 | "ttl1": {
|
| 42 | + "type": "local", |
36 | 43 | "module": "artiq.coredevice.rtio",
|
37 | 44 | "class": "RTIOOut",
|
38 | 45 | "arguments": {"channel": 3}
|
39 | 46 | },
|
40 | 47 | "ttl2": {
|
| 48 | + "type": "local", |
41 | 49 | "module": "artiq.coredevice.rtio",
|
42 | 50 | "class": "RTIOOut",
|
43 | 51 | "arguments": {"channel": 4}
|
44 | 52 | },
|
45 | 53 |
|
46 | 54 | "dds0": {
|
| 55 | + "type": "local", |
47 | 56 | "module": "artiq.coredevice.dds",
|
48 | 57 | "class": "DDS",
|
49 | 58 | "arguments": {"reg_channel": 0, "rtio_switch": 5}
|
50 | 59 | },
|
51 | 60 | "dds1": {
|
| 61 | + "type": "local", |
52 | 62 | "module": "artiq.coredevice.dds",
|
53 | 63 | "class": "DDS",
|
54 | 64 | "arguments": {"reg_channel": 1, "rtio_switch": 6}
|
55 | 65 | },
|
56 | 66 | "dds2": {
|
| 67 | + "type": "local", |
57 | 68 | "module": "artiq.coredevice.dds",
|
58 | 69 | "class": "DDS",
|
59 | 70 | "arguments": {"reg_channel": 2, "rtio_switch": 7}
|
60 | 71 | },
|
61 | 72 |
|
62 | 73 | "electrodes": {
|
| 74 | + "type": "local", |
63 | 75 | "module": "artiq.devices.pdq2",
|
64 | 76 | "class": "CompoundPDQ2",
|
65 | 77 | "arguments": {
|
|
70 | 82 | "comment": "Conflicts with dds2 and ttl0-2"
|
71 | 83 | },
|
72 | 84 |
|
| 85 | + "lda": { |
| 86 | + "type": "controller", |
| 87 | + "host": "::1", |
| 88 | + "port": 3253, |
| 89 | + "target_name": "lda", |
| 90 | + "command": "lda_controller -p {port} -d sim" |
| 91 | + }, |
| 92 | + |
73 | 93 | "pmt": "pmt0",
|
74 | 94 | "bd": "dds0",
|
75 | 95 | "bdd": "dds1"
|
|
0 commit comments