-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6163 from jenshnielsen/srs_refactor
Complete instrument refactor (except Tektronix)
- Loading branch information
Showing
15 changed files
with
1,138 additions
and
740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
The SignalHound, SRS, Stahl, Weinschel and Yokogawa drivers shipping with QCoDeS | ||
have been updated to ensure all Parameters are set as static | ||
attributes that are documented and can be type checked. The docs for the same drivers have been | ||
updated to not document inherited members. This makes the documentation significantly more readable | ||
as it focuses on specific members for a given instrument. The documentation now also links superclasses. | ||
Please consult these for inherited members. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ Signal Hound Drivers | |
|
||
.. automodule:: qcodes.instrument_drivers.signal_hound | ||
:autosummary: | ||
:no-inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ Stahl Drivers | |
|
||
.. automodule:: qcodes.instrument_drivers.stahl | ||
:autosummary: | ||
:no-inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ Weinschel Drivers | |
|
||
.. automodule:: qcodes.instrument_drivers.weinschel | ||
:autosummary: | ||
:no-inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ Yokogawa Drivers | |
|
||
.. automodule:: qcodes.instrument_drivers.yokogawa | ||
:autosummary: | ||
:no-inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.