Skip to content

Commit 96b3dd3

Browse files
committed
Revert change made that tried to write to a property
1 parent 6d4535b commit 96b3dd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

labscript/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ def add_device(self, device):
7373
self._clock_limit = device.clock_limit
7474
# Update minimum clock high time if this new device requires a longer high time.
7575
if getattr(device, 'minimum_clock_high_time', None) is not None:
76-
self.minimum_clock_high_time = max(
76+
self._minimum_clock_high_time = max(
7777
device.minimum_clock_high_time, self.minimum_clock_high_time
7878
)
79+
7980
@property
8081
def clock_limit(self):
8182
"""float: Clock limit for this line, typically set by speed of child Intermediate Devices."""

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy