summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtango/Uca4
1 files changed, 4 insertions, 0 deletions
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()