lass Test_dds(EnvExperiment):
def build(self):
self.setattr_device("core")
self.setattr_device("urukul1_ch0")
@kernel
def run(self):
self.core.reset()
delay(10ms)
self.urukul1_cpld.init()
self.urukul1_ch0.init()
self.urukul1_ch0.sw.on()
self.urukul1_ch0.set_att(5.0)
delay(100ms)
try:
self.urukul1_ch0.set(200kHz)
delay(3000ms)
self.urukul1_ch0.sw.off()
except RTIOUnderflow:
print("Error for time")
I am wondering why this procedure can't produce the corresponding output,can someone tell me,the version I use is
artiq 5.6911