/LeCroyUsb

c++ port and python wrapper of hansiglaser/pas-gpib LeCroy wavejet usb driver

Primary LanguageC++

LeCroyUSB

This is a C/C++ port and python wrapper of pas-gpib's LeCroy WaveJet driver. Very simple but the original author's reverse-engineering efforts saved me a lot of time; thanks!.

Original Project

Programming Manual

Example

    import pylecroy
    scope=pylecroy.LeCroyUsb()
    # 'chat' sends a command and if it ends with a '?'
    # receives and returns a response string.
    scope.chat("*IDN?")