snap_scope

Can be used to capture an image from an oscilloscope.
1.4K Downloads
Updated 30 Aug 2004

No License

This file can be utilised to get a screen shot from the oscilloscope.

The general form is

snap_scope(address)

address is the gpib address of the oscilloscope. The program should work for all the oscilloscopes supporting SCPI language. The program has been tested for TEKTRONIX TDS2004 oscilloscope. The attached .zip file has snap_scope.m,msgbox1.m,gpibclose.m and one .bmp file that shows the wavwform captured by the snap_scope function.

Cite As

Amit Gaharwar (2024). snap_scope (https://www.mathworks.com/matlabcentral/fileexchange/5639-snap_scope), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

The OverWrite option produced an error.
Because the case option was define as 'Overwrite'(small w) instead of 'OverWrite'(capital w). This has been rectified.