Technical data

Table Of Contents
Disk Commands 15
Agilent Infiniium 9000 Series Oscilloscopes Programmer's Reference 293
<file_name> A quoted ASCII string with a maximum of 254 characters including the
entire path name, if used. The filename assumes the present working
directory if a path does not precede the file name. The default path is C:\
Document and Settings\All Users\Shared Documents\Infiniium\Data.
<format> {BIN | CSV | INTernal | TSV | TXT | H5 | H5INt}
The following file name extensions are used for the different formats:
BIN = file_name.bin
CSV (comma separated values) = file_name.csv
INTernal = file_name.wfm
TSV (tab separated values) = file_name.tsv
TXT = file_name.txt
H5, H5INt (HDF5) = file_name.h5
In the H5 format, data is saved as floats. In the H5INt format, data is
saved as integers.
<header> {{ON | 1} | {OFF | 0}}
Example This example saves the channel 1 waveform to FILE1 on the disk in the
CSV format with header on.
myScope.WriteString ":DISK:SAVE:WAVeform CHANnel1,""FILE1"",CSV,ON"