Skip to main content

Library to communicate and parse .trc files with/from LeCroy oscilloscopes.

Project description

lecroyutils

Library to communicate and parse .trc files with/from LeCroy oscilloscopes.

This library is based on previous work:

Features

  • remote control LeCroy oscilloscopes over vxi11
    • does not require additional drivers (no visa)
    • controlling trigger settings
    • accessing statistics
    • downloading screenshots
    • view and donwload waveform data
  • parse LeCroy .trc waveform data
    • support for sequence mode
    • x and y units

Installation

lecroyutils is available in the Python Package Index (PyPi). It may be installed with pip:

> pip install lecroyutils

Usage

from lecroyutils import LecroyScopeData

# Parse a local .trc file
data = LecroyScopeData.parse_file('C2_00000_Lecroy.trc')

from lecroyutils import LecroyScope, TriggerMode, TriggerType

# Connect to a scope over vxi11
scope = LecroyScope('127.0.0.1')
scope.trigger_type = TriggerType.edge
scope.trigger_source = 'C1'
scope.acquire(force=True)
data = scope.waveform('C1')

scope.save_waveform('C1', 'C1_00000_Lecroy.trc')

Related

License

lecroyutils is licensed under the MIT license.

Notice

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Teledyne LeCroy, or any of its subsidiaries or its affiliates. The official Teledyne LeCroy github profile can be found at https://github.com/TeledyneLeCroy.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lecroyutils-2.0.0.tar.gz (8.2 kB view hashes)

Uploaded Source

Built Distribution

lecroyutils-2.0.0-py3-none-any.whl (8.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page