From 01ea4568252750abf18dbd5c1c2dea9c76899662 Mon Sep 17 00:00:00 2001 From: TNO-Selene Date: Wed, 15 Jan 2025 13:42:24 +0100 Subject: [PATCH] Update class docstring --- src/qcodes/instrument_drivers/rohde_schwarz/ZNB.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/qcodes/instrument_drivers/rohde_schwarz/ZNB.py b/src/qcodes/instrument_drivers/rohde_schwarz/ZNB.py index 69021aba9b7..1bb0fd1236f 100644 --- a/src/qcodes/instrument_drivers/rohde_schwarz/ZNB.py +++ b/src/qcodes/instrument_drivers/rohde_schwarz/ZNB.py @@ -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