Skip to content

Commit 994ccc6

Browse files
committed
Updated core device subclasses (Pseudoclock, ClockLine, TriggerableDevice, IntermediateDevice, etc.) to more modern Python and improved some formatting.
Also fixed a bug in an error message.
1 parent 461344e commit 994ccc6

File tree

2 files changed

+242
-145
lines changed

2 files changed

+242
-145
lines changed

labscript/base_device.py renamed to labscript/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def parent_clock_line(self):
406406
@property
407407
def t0(self):
408408
"""float: The earliest time output can be commanded from this device at
409-
the start of the experiment. This is nonzeo on secondary pseudoclock
409+
the start of the experiment. This is nonzero on secondary pseudoclock
410410
devices due to triggering delays."""
411411
parent = self.pseudoclock_device
412412
if parent is None or parent.is_master_pseudoclock:

0 commit comments

Comments
 (0)