Giter Club home page Giter Club logo

analogexport's Introduction

Analog export

Saleae Logic analog measurement extension which exports analog data to "CSV", that is, one row of data per sample. You can call numpy.loadtxt on the resulting file(s) to get the data out.

This provides a quick way to export short analog snippets without going through the usual export dialog box.

Since there is currently NO configurability available for analog measurements, the following behaviour is fixed:

  • ALL measurements taken will be exported. If you plan on making large measurements that you do not intend to export, you should disable this plugin first.
  • The data will exported to a subdirectory named "SaleaeAnalogExport/data" in your home directory.
  • The filename will be "timestamp.txt.gz", where "timestamp" is replaced with the current Unix timestamp.
  • The "exp_hint" measurement will contain the timestamp that was used to name the file.
  • The "exp_status" measurement will be one of the following:
    • -2: Already exported, not re-exporting.
    • -1: The "measurement" was not requested.
    • 0: Data was successfully stored.
    • 1: Some kind of OS error (e.g. permission denied) occurred.
    • 2: Should not happen, indicates a silly programming error. Please save the capture and report a bug!

analogexport's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.