Skip to content

Commit

Permalink
Update class docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
FKMalina committed Jan 15, 2025
1 parent ae101f2 commit 01ea456
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/qcodes/instrument_drivers/rohde_schwarz/ZNB.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,10 +1027,10 @@ def _get_timeout(self) -> float:

class RohdeSchwarzZNBBase(VisaInstrument):
"""
Base class for QCoDeS driver for the Rohde & Schwarz ZNB8 and ZNB20
virtual network analyser. It can probably be extended to ZNB4 and 40
without too much work. This class should not be instantiated directly
the RohdeSchwarzZNB8 and RohdeSchwarzZNB20 should be used instead.
Base class for QCoDeS driver for the Rohde & Schwarz
ZNB4, ZNB8, ZNB20, ZNB40, ZNLE3, ZNLE4, ZNLE6, ZNLE14 and ZNLE18.
This class should not be instantiated directly
the ZNB and ZNLE should be used instead.
Requires FrequencySweep parameter for taking a trace
Expand Down

0 comments on commit 01ea456

Please sign in to comment.