forked from M-Labs/artiq
examples: change Sayma sines frequency to 9MHz
Well within Red Pitaya bandwidth.
This commit is contained in:
parent
9288301543
commit
5a91f820fd
|
@ -15,7 +15,7 @@ class SAWGTest(EnvExperiment):
|
|||
delay(1*ms)
|
||||
sawg.amplitude1.set(.4)
|
||||
# Do not use a sub-multiple of oscilloscope sample rates.
|
||||
sawg.frequency0.set(49*MHz)
|
||||
sawg.frequency0.set(9*MHz)
|
||||
|
||||
while True:
|
||||
delay(0.5*ms)
|
||||
|
|
Loading…
Reference in New Issue