Interface for Keysight Oscilloscopes.
- Basic support for model DSOX1102A
To install the Keysight Oscilloscope Interface, run this command in your terminal:
$ pip install keysightosc
Note that usage in Windows will require the IO Libraries Suite by Keysight.
To use Keysight Oscilloscope in a project:
from keysightosc import Oscilloscope
osc = Oscilloscope()
# Get signal data from first channel
data = osc.get_signal('CHAN1')