snap_scope

Can be used to capture an image from an oscilloscope.

Vous suivez désormais cette soumission

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.

Citation pour cette source

Amit Gaharwar (2026). snap_scope (https://fr.mathworks.com/matlabcentral/fileexchange/5639-snap_scope), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version 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.