Skip to content

emtpb/keysightosc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keysight Oscilloscope

Interface for Keysight Oscilloscopes.

Features

  • Basic support for model DSOX1102A

Installation

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.

Usage

To use Keysight Oscilloscope in a project:

from keysightosc import Oscilloscope

osc = Oscilloscope()
# Get signal data from first channel
data = osc.get_signal('CHAN1')

About

Interface for Keysight Oscilloscopes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages