File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1515from .keithley2260b import Keithley2260B
1616from .keithley2400 import Keithley2400
1717from .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
2121from .oxfordips120 import OxfordIPS120
2222from .pulselaser import PulseLaser
2323from .stanford396 import Stanford396
Original file line number Diff line number Diff line change 22from .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 ----------
Original file line number Diff line number Diff line change 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 ----------
Original file line number Diff line number Diff line change 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 ----------
You can’t perform that action at this time.
0 commit comments