From 100c0bdd6e0affd145f3ed532f4775efa0f21093 Mon Sep 17 00:00:00 2001 From: Markus Heikkinen Date: Fri, 27 Jan 2023 13:04:26 +0100 Subject: [PATCH] Fix invalid exception type in docstring --- src/zhinst/toolkit/driver/devices/pqsc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zhinst/toolkit/driver/devices/pqsc.py b/src/zhinst/toolkit/driver/devices/pqsc.py index 1b0cf044..e5e90672 100644 --- a/src/zhinst/toolkit/driver/devices/pqsc.py +++ b/src/zhinst/toolkit/driver/devices/pqsc.py @@ -122,7 +122,7 @@ def check_ref_clock(self, *, timeout: int = 30, sleep_time: int = 1) -> bool: requesting the reference clock status (default: 1) Raises: - ToolkitError: If the process of locking to the reference clock + TimeoutError: If the process of locking to the reference clock exceeds the specified timeout. """ ref_clock_status = self.system.clocks.referenceclock.in_.status