forked from M-Labs/artiq
Sebastien Bourdeauducq
2a843ea436
This allows specifying default values for parameters, and other data.
5 lines
173 B
Python
5 lines
173 B
Python
from artiq.language.core import *
|
|
from artiq.language.context import *
|
|
from artiq.language.units import ps, ns, us, ms, s
|
|
from artiq.language.units import Hz, kHz, MHz, GHz
|