mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-08 16:43:19 +08:00
9 lines
185 B
Python
9 lines
185 B
Python
device_db = {
|
|
"core": {
|
|
"type": "local",
|
|
"module": "artiq.coredevice.core",
|
|
"class": "Core",
|
|
"arguments": {"host": None, "ref_period": 1e-9}
|
|
}
|
|
}
|