forked from M-Labs/artiq
core: document analyzer proxy options
This commit is contained in:
parent
c2b53ecb43
commit
413d33c3d1
|
@ -78,6 +78,10 @@ class Core:
|
||||||
:param ref_multiplier: ratio between the RTIO fine timestamp frequency
|
:param ref_multiplier: ratio between the RTIO fine timestamp frequency
|
||||||
and the RTIO coarse timestamp frequency (e.g. SERDES multiplication
|
and the RTIO coarse timestamp frequency (e.g. SERDES multiplication
|
||||||
factor).
|
factor).
|
||||||
|
:param analyzer_proxy: name of the core device analyzer proxy to trigger
|
||||||
|
(optional).
|
||||||
|
:param analyze_at_run_end: automatically trigger the core device analyzer
|
||||||
|
proxy after the Experiment's run stage finishes.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
kernel_invariants = {
|
kernel_invariants = {
|
||||||
|
|
Loading…
Reference in New Issue