Skip to content

Commit 8e5c49e

Browse files
authored
Merge pull request #168 from sandialabs/fix_keysight_spelling
Fixed keysight spelling
2 parents 52c343f + a4a9480 commit 8e5c49e

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

docs/source/api/drivers.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@
5151
.. automodule:: pyscan.drivers.kepcoBOP
5252
:members:
5353
54-
.. automodule:: pyscan.drivers.keysite53230a
54+
.. automodule:: pyscan.drivers.keysight53230a
5555
:members:
5656
57-
.. automodule:: pyscan.drivers.keysitem3302aawg
57+
.. automodule:: pyscan.drivers.keysightm3302aawg
5858
:members:
5959
60-
.. automodule:: pyscan.drivers.keysitem3302adaq
60+
.. automodule:: pyscan.drivers.keysightm3302adaq
6161
:members:
6262
6363
.. automodule:: pyscan.drivers.oxfordigh

pyscan/drivers/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
from .keithley2260b import Keithley2260B
1616
from .keithley2400 import Keithley2400
1717
from .kepcoBOP import KepcoBOP
18-
from .keysitem3302adaq import KeysiteM3302ADAQ
19-
from .keysitem3302aawg import KeysiteM3302AAWG
20-
from .keysite53230a import Keysite53230A
18+
from .keysightm3302adaq import KeysightM3302ADAQ
19+
from .keysightm3302aawg import KeysightM3302AAWG
20+
from .keysight53230a import Keysight53230A
2121
from .oxfordips120 import OxfordIPS120
2222
from .pulselaser import PulseLaser
2323
from .stanford396 import Stanford396
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from .instrument_driver import InstrumentDriver
33

44

5-
class Keysite53230A(InstrumentDriver):
5+
class Keysight53230A(InstrumentDriver):
66
'''
7-
Class to control Keysite53230A function counter
7+
Class to control Keysight53230A function counter
88
99
Parameters
1010
----------
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
print('Could not load Keysight SD1')
1111

1212

13-
class KeysiteM3302AAWG(ItemAttribute):
14-
'''Class to control Keysite M3302A PXIe AWG and Digitizer Combination
13+
class KeysightM3302AAWG(ItemAttribute):
14+
'''Class to control Keysight M3302A PXIe AWG and Digitizer Combination
1515
1616
Parameters
1717
----------
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
print('Could not load Keysight SD1')
1111

1212

13-
class KeysiteM3302ADAQ(ItemAttribute):
13+
class KeysightM3302ADAQ(ItemAttribute):
1414
'''
15-
Class for controling the Keysite M3302A DAQ sub module
15+
Class for controling the Keysight M3302A DAQ sub module
1616
17-
Properties and fucntions are wrappers around keysite SDK
17+
Properties and fucntions are wrappers around keysight SDK
1818
1919
Parameters
2020
----------

0 commit comments

Comments
 (0)