mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-31 12:50:20 +08:00
kasli_tester: skip Zotino test when no Zotino is present
This commit is contained in:
parent
715dac5798
commit
9bbb67c340
@ -280,6 +280,7 @@ class KasliTester(EnvExperiment):
|
|||||||
zotino.load()
|
zotino.load()
|
||||||
|
|
||||||
def test_zotinos(self):
|
def test_zotinos(self):
|
||||||
|
if self.zotinos:
|
||||||
print("*** Testing Zotino DACs.")
|
print("*** Testing Zotino DACs.")
|
||||||
print("Voltages:")
|
print("Voltages:")
|
||||||
for card_n, (card_name, card_dev) in enumerate(self.zotinos):
|
for card_n, (card_name, card_dev) in enumerate(self.zotinos):
|
||||||
|
Loading…
Reference in New Issue
Block a user