forked from M-Labs/artiq
kasli_tester: support mixed AD9910/AD9912 systems
This commit is contained in:
parent
ac3f360c26
commit
4420046502
|
@ -185,7 +185,7 @@ class KasliTester(EnvExperiment):
|
||||||
while self.core.get_rtio_counter_mu() < t:
|
while self.core.get_rtio_counter_mu() < t:
|
||||||
pass
|
pass
|
||||||
for channel in channels:
|
for channel in channels:
|
||||||
channel.sw.pulse(100*ms)
|
channel.pulse(100*ms)
|
||||||
delay(100*ms)
|
delay(100*ms)
|
||||||
|
|
||||||
# We assume that RTIO channels for switches are grouped by card.
|
# We assume that RTIO channels for switches are grouped by card.
|
||||||
|
@ -208,7 +208,7 @@ class KasliTester(EnvExperiment):
|
||||||
input()
|
input()
|
||||||
|
|
||||||
print("Testing RF switch control. Press ENTER when done.")
|
print("Testing RF switch control. Press ENTER when done.")
|
||||||
self.rf_switch_wave([channel_dev for channel_name, channel_dev in self.urukuls])
|
self.rf_switch_wave([channel_dev.sw for channel_name, channel_dev in self.urukuls])
|
||||||
|
|
||||||
@kernel
|
@kernel
|
||||||
def get_sampler_voltages(self, sampler, cb):
|
def get_sampler_voltages(self, sampler, cb):
|
||||||
|
|
Loading…
Reference in New Issue