snap_scope

Can be used to capture an image from an oscilloscope.

Ahora está siguiendo esta publicación

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.

Citar como

Amit Gaharwar (2026). snap_scope (https://es.mathworks.com/matlabcentral/fileexchange/5639-snap_scope), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
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.