:DISK:WAVeform:SAVE

Command Syntax

:DISK:WAVeform:SAVE

Description

Saves a single-valued waveform to a file. Use the :DISK:WAVeform:FNAMe command to specify the file name and the :DISK:WAVeform:SAVE:FTYPe command to specify one of the following waveform file types:

  • HDF5 format waveform (.h5)
  • Y-value format waveform (.txt)
  • XY-value format waveform (.txt)

Specify the source waveform that you want to save using the :DISK:WAVeform:SAVE:SOURce command. To increment the automatic file number index, use the :DISK:WAVeform:FNAMe:AUPDate command.

To load a waveform file into one of Infiniium's eight color grade memories, use the :WMEMory:FILE:LOAD and :WMEMory:FILE:NAME commands.

Related Commands

Example Command Sequence

:DISK:WAVeform:SAVE:SOURce CHAN1_1
:DISK:WAVeform:SAVE:FTYPe HDF5
:DISK:WAVeform:FNAMe "%USER_DATA_DIR%\Waveforms\myfile"
:DISK:WAVeform:SAVE;*OPC?