Coder Social home page Coder Social logo

crismze / owon-vds6000 Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 160 KB

Matlab functions for OWON VDS6000 USB oscilloscopes - SCPI commands

License: GNU General Public License v3.0

MATLAB 100.00%
matlab matlab-functions scpi-commands scpi-instruments owon-vds owon-vds-oscilloscopes matlab-instrument-control owon usb-oscilloscope

owon-vds6000's Introduction

OWON VDS6000 USB Oscilloscope

Matlab functions to setup and read data from OWON VDS6102 USB oscilloscopes using SCPI commands.

To create the VISA-Session with custom configuration

os = setup_owon_scope()

Returns os.obj : the instrument object. os.settings : the setting structure

Once created, you can modify os.settings values and configure the instrument with the new values

os = setup_owon_scope(os)

To check the configuration:

current_settings = check_owon_config(os);

To get ADC data from the instrument:

[data, ~] = get_owon_data(os)

sample_rate = data.sample_rate

waveform_points = data.points

Example of the waveforms captured from both channels without considering their respective vertical offset

CH1: Test signal with Probe. 3.3V Squarte signal at 1kHz

CH2: 2V Ramp signal at 2kHz from function generatior (MULTI) image

owon-vds6000's People

Contributors

crismze avatar gabyrobles93 avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

david-martel

owon-vds6000's Issues

Trigger command issues

Trigger sweep at Normal is not working. Got Empty Data packet.

Trigger level is also not setting up as requested in the setup - Probably another function setting is resetting the trigger level.

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.