From d7a2099d51b535dbce6b68f2021f6fc0f37adc00 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 17 Mar 2015 14:14:18 +0100 Subject: tango: add Trigger() command --- tango/Uca | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tango/Uca') diff --git a/tango/Uca b/tango/Uca index 4ba7108..baf6a93 100755 --- a/tango/Uca +++ b/tango/Uca @@ -126,6 +126,10 @@ class Camera(Device): else: np.savez(open(path, 'wb'), frame) + @command + def Trigger(self): + self.device.trigger() + def read_image(self): return self.grab() -- cgit v1.2.3