Skip to content

Commit

Permalink
add channel to public interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed May 23, 2024
1 parent bf61711 commit fc287d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/qcodes/instrument_drivers/Keithley/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
from typing import Union

from ._Keithley_2600 import Keithley2600, Keithley2600MeasurementStatus
from ._Keithley_2600 import (
Keithley2600,
Keithley2600Channel,
Keithley2600MeasurementStatus,
)
from .Keithley_2000 import Keithley2000
from .Keithley_2400 import Keithley2400
from .Keithley_2450 import (
Expand Down Expand Up @@ -63,6 +67,7 @@
"Keithley2600MeasurementStatus",
"Keithley2600",
"Keithley26xx",
"Keithley2600Channel",
"Keithley2601B",
"Keithley2602A",
"Keithley2602B",
Expand Down

0 comments on commit fc287d2

Please sign in to comment.