Skip to content

Commit

Permalink
call super constructor for instrument
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-k committed Feb 8, 2024
1 parent e6b4202 commit 0acbd26
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/qibolab/instruments/zhinst.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,7 @@ class Zurich(Controller):
def __init__(
self, name, device_setup, time_of_flight=0.0, smearing=0.0
):
self.name = name
"Setup name (str)"

self.is_connected = False
"Is the device connected ? (bool)"
super().__init__(name, None)

self.signal_map = {}
"Signals to lines mapping"
Expand Down

0 comments on commit 0acbd26

Please sign in to comment.