mirror of https://github.com/m-labs/artiq.git
kasli_tester: skip Grabber test when no Grabber is present
This commit is contained in:
parent
bc532e0088
commit
a987d2b2e5
|
@ -310,6 +310,7 @@ class KasliTester(EnvExperiment):
|
||||||
print("ROI sums: {}".format(n))
|
print("ROI sums: {}".format(n))
|
||||||
|
|
||||||
def test_grabbers(self):
|
def test_grabbers(self):
|
||||||
|
if self.grabbers:
|
||||||
print("*** Testing Grabber Frame Grabbers.")
|
print("*** Testing Grabber Frame Grabbers.")
|
||||||
print("Activate the camera's frame grabber output, type 'g', press "
|
print("Activate the camera's frame grabber output, type 'g', press "
|
||||||
"ENTER, and trigger the camera.")
|
"ENTER, and trigger the camera.")
|
||||||
|
|
Loading…
Reference in New Issue