Skip to content

Commit 909d296

Browse files
committed
Fixed clock limit to handle updated PrawnBlaster specs
1 parent d4e68c3 commit 909d296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labscript_devices/PrawnBlaster/labscript_devices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def generate_code(self, *args, **kwargs):
103103

104104
class PrawnBlaster(PseudoclockDevice):
105105
description = "PrawnBlaster"
106-
clock_limit = 1 / 60e-9
106+
clock_limit = 1 / 50e-9
107107
clock_resolution = 10e-9
108108
# There appears to be ~50ns buffer on input and then we know there is 80ns between
109109
# trigger detection and first output pulse

0 commit comments

Comments
 (0)