mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-04 17:31:10 +08:00
15 lines
303 B
Plaintext
15 lines
303 B
Plaintext
{
|
|
"comm": {
|
|
"type": "local",
|
|
"module": "artiq.coredevice.comm_dummy",
|
|
"class": "Comm",
|
|
"arguments": {}
|
|
},
|
|
"core": {
|
|
"type": "local",
|
|
"module": "artiq.coredevice.core",
|
|
"class": "Core",
|
|
"arguments": {"ref_period": 1e-9}
|
|
}
|
|
}
|