2015-02-18 23:48:00 +08:00
|
|
|
{
|
|
|
|
"comm": {
|
|
|
|
"type": "local",
|
2015-04-23 23:22:40 +08:00
|
|
|
"module": "artiq.coredevice.comm_tcp",
|
2015-02-18 23:48:00 +08:00
|
|
|
"class": "Comm",
|
2015-04-23 23:22:40 +08:00
|
|
|
"arguments": {"host": "192.168.0.42"}
|
2015-02-18 23:48:00 +08:00
|
|
|
},
|
|
|
|
"core": {
|
|
|
|
"type": "local",
|
|
|
|
"module": "artiq.coredevice.core",
|
|
|
|
"class": "Core",
|
2015-04-22 01:12:01 +08:00
|
|
|
"arguments": {}
|
2015-02-18 23:48:00 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
"pmt0": {
|
|
|
|
"type": "local",
|
2015-05-02 10:35:21 +08:00
|
|
|
"module": "artiq.coredevice.ttl",
|
|
|
|
"class": "TTLInOut",
|
2015-02-18 23:48:00 +08:00
|
|
|
"arguments": {"channel": 0}
|
|
|
|
},
|
|
|
|
|
|
|
|
"ttl0": {
|
|
|
|
"type": "local",
|
2015-05-02 10:35:21 +08:00
|
|
|
"module": "artiq.coredevice.ttl",
|
|
|
|
"class": "TTLOut",
|
2015-02-18 23:48:00 +08:00
|
|
|
"arguments": {"channel": 2}
|
|
|
|
},
|
|
|
|
}
|