Skip to content

Latest commit

 

History

History
56 lines (28 loc) · 807 Bytes

README.md

File metadata and controls

56 lines (28 loc) · 807 Bytes

HitCount

simple python3 module for getting an waveform from LeCroy DSO

Common requirement:

  • anaconda 64-bit

    • numpy

      pip install numpy
      
    • matplotlib

      pip install matplotlib
      

version 1 (socket communication)

  • lecroysocket.py

  • test_lecroysocket.py

  • reference

version 2 (activedso com)

  • lecroywin32com.py

  • test_lecroywin32com.py

  • Common requirement:

    • anaconda 64-bit

      • win32com

        conda install -c anaconda pywin32
        
  • reference

    • LeCroy documents