We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ClockLine.add_device
1 parent 5b580ad commit 91025beCopy full SHA for 91025be
labscript/core.py
@@ -74,7 +74,7 @@ def add_device(self, device):
74
# Update minimum clock high time if this new device requires a longer high time.
75
if getattr(device, 'minimum_clock_high_time', None) is not None:
76
self._minimum_clock_high_time = max(
77
- device.minimum_clock_high_time, self.minimum_clock_high_time
+ device.minimum_clock_high_time, self._minimum_clock_high_time
78
)
79
80
@property
0 commit comments