Skip to content

emtpb/keysightosc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Keysight Oscilloscope

Interface for Keysight Oscilloscopes.

Features

  • Basic support for models DSOX1102A, DSOX1202A and DSOX2004A

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

Contributors 3

  •  
  •  
  •  

Languages