snap_scope

Can be used to capture an image from an oscilloscope.

Al momento, stai seguendo questo contributo

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 (2026). snap_scope (https://it.mathworks.com/matlabcentral/fileexchange/5639-snap_scope), MATLAB Central File Exchange. Recuperato .

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release 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.