snap_scope

Can be used to capture an image from an oscilloscope.
1,4K download
Aggiornato 30 ago 2004

Nessuna licenza

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.

Cita come

Amit Gaharwar (2025). snap_scope (https://it.mathworks.com/matlabcentral/fileexchange/5639-snap_scope), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R13
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
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.