Agilent Technologies Infiniium 8000A Programmer's Reference Manual page 293

Table of Contents

Advertisement

int SummarizeWaveform(FILE* inputFile, FILE* outputFile)
{
int success = 0;
int w;
tPBWaveformHeader waveformHeader;
if (ReadWaveformHeader(inputFile, &waveformHeader))
{
// write out basic summary
OutputSummary(&waveformHeader, outputFile);
// ignore the waveform data
for (w = 0; w < waveformHeader.NWaveformBuffers; ++w)
{
success = IgnoreWaveformData(inputFile);
}
}
return success;
}
Disk Commands
BIN Header Format
13-39

Advertisement

Table of Contents
loading

Table of Contents