:DISK:WAVeform:SAVE
Instrument:
N1000A
DCA-M
Meas. mode:
Scope
Eye
Jitter
TDR
Flex Apps:
FlexDCA
FlexRT
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 six waveform file types:
- Pattern format waveform (.csv) (Eye and Scope modes only)
- Internal format pattern waveform (.wfmx) (Eye and Scope modes only)
- Internal format waveform (.wfmx). If you want to return the internal format directly to the computer without FlexDCA saving a file, use the
:WAVeform:XML:READ?
and:WAVeform:XML:WRITe?
commands. - Y-value format waveform (.txt)
- XY-value format waveform (.txt)
- VSA format waveform recording (.txt, .csv) (Eye and Scope modes only)
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 FlexDCA's eight eye memories, use the :WMEMory:FILE:LOAD
and :WMEMory:FILE:NAME
commands.
Use of an *OPC?
query to pause program execution while waiting for this command to execute.
Related Commands
:DISK:WAVeform:FNAMe
file name for saving a waveform.:DISK:WAVeform:FNAMe:AUPDate
increments a file name's autonumber.:DISK:WAVeform:FNAMe:USTandard
resets to standard file name.:DISK:WAVeform:LINTerpolate
selects linear interpolation of Y values in file.:DISK:WAVeform:LSDigits
limits significant digits in waveform data.:DISK:WAVeform:LSDigits:NUMber
sets number of significant digits.:DISK:WAVeform:SAVE:FTYPe
selects file format.:DISK:WAVeform:SAVE:SOURce
specifies source waveform.:DISK:WAVeform:SAVE:VSA:DTYPe
specifies data type.:DISK:WAVeform:SAVE:VSA:QSOUrce
selects a second source for complex data.
Example Command Sequence
:DISK:WAVeform:SAVE:SOURce CHAN1A :DISK:WAVeform:SAVE:FTYPe WINTernal :DISK:WAVeform:FNAMe "%USER_DATA_DIR%\Waveforms\myfile" :DISK:WAVeform:SAVE;*OPC?