mirror of https://github.com/m-labs/artiq.git
47 lines
1.1 KiB
Plaintext
47 lines
1.1 KiB
Plaintext
{
|
|
"comm": {
|
|
"type": "local",
|
|
"module": "artiq.coredevice.comm_serial",
|
|
"class": "Comm",
|
|
"arguments": {"serial_dev": "/dev/ttyUSB1"}
|
|
},
|
|
"core": {
|
|
"type": "local",
|
|
"module": "artiq.coredevice.core",
|
|
"class": "Core",
|
|
"arguments": {"ref_period": Quantity(Fraction(8, 1000000000), "s")}
|
|
},
|
|
|
|
"pmt0": {
|
|
"type": "local",
|
|
"module": "artiq.coredevice.rtio",
|
|
"class": "RTIOIn",
|
|
"arguments": {"channel": 0}
|
|
},
|
|
"pmt1": {
|
|
"type": "local",
|
|
"module": "artiq.coredevice.rtio",
|
|
"class": "RTIOIn",
|
|
"arguments": {"channel": 1}
|
|
},
|
|
|
|
"ttl0": {
|
|
"type": "local",
|
|
"module": "artiq.coredevice.rtio",
|
|
"class": "RTIOOut",
|
|
"arguments": {"channel": 2}
|
|
},
|
|
"ttl1": {
|
|
"type": "local",
|
|
"module": "artiq.coredevice.rtio",
|
|
"class": "RTIOOut",
|
|
"arguments": {"channel": 3}
|
|
},
|
|
"ttl2": {
|
|
"type": "local",
|
|
"module": "artiq.coredevice.rtio",
|
|
"class": "RTIOOut",
|
|
"arguments": {"channel": 4}
|
|
},
|
|
}
|