Skip to content

Oscilloscope from Home Office is a python 3 class utilizing ActiveDSO to make remote measurements with LeCroy Waverunner oscilloscopes.

Notifications You must be signed in to change notification settings

mitlabence/OFHO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OFHO

Oscilloscope from Home Office is a python 3 class utilizing ActiveDSO to make remote measurements with LeCroy Waverunner oscilloscopes.

Requirements

The ActiveX standard is handled by the python library pywin32, which can be installed in most cases with pip directly from PowerShell: pip install pywin32

Usage

The class Oscilloscope from the file ofho.py (which should be copied to the working directory) needs to be imported for use: from ofho import Oscilloscope A new instance can be created when the ip address of the oscilloscope is known: oscilloscope = Oscilloscope(ip_address)

About

Oscilloscope from Home Office is a python 3 class utilizing ActiveDSO to make remote measurements with LeCroy Waverunner oscilloscopes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages