From 1b38cf12516f638861d24bfec612b565b0a2d965 Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Tue, 30 Oct 2018 10:53:55 +0100 Subject: [PATCH] Script execution --- script/device/Pixel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/device/Pixel.py b/script/device/Pixel.py index 90a2497..35d252f 100644 --- a/script/device/Pixel.py +++ b/script/device/Pixel.py @@ -141,7 +141,7 @@ class Pixel(DeviceBase, Readable, Readable.IntegerType): # First wait for "TRIG" to go back to idle. This should # ensure that execution of the command has started. # - while (get_trigger_id() != 0): + while (self.get_trigger_id() != 0): cnt = cnt + 1 if (cnt > 1000): raise Exception("Trigger signal still busy, pixwait timed-out!\n")