Skip to content

Commit

Permalink
feat(source): finish adding BKPrecision_9140
Browse files Browse the repository at this point in the history
  • Loading branch information
TedKus committed Oct 18, 2024
1 parent c444c0f commit 2b0adf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pythonequipmentdrivers/source/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

from .Agilent_6030A import Agilent_6030A
from .BKPrecision_9132B import BKPrecision_9132B
from .BKPrecision_9140 import BKPrecision_9140
from .CaliforniaInstruments_CSW5550 import CaliforniaInstruments_CSW5550
from .Chroma_62000P import Chroma_62000P
from .Elgar_1750A import Elgar_1750A
Expand Down Expand Up @@ -44,6 +45,7 @@ def toggle(self) -> None:

__all__ = (
"BKPrecision_9132B",
"BKPrecision_9140",
"CaliforniaInstruments_CSW5550",
"Chroma_62000P",
"Keithley_2231A",
Expand Down

0 comments on commit 2b0adf8

Please sign in to comment.