EasyManua.ls Logo

Agilent Technologies E8257C Programming Guide

Agilent Technologies E8257C
198 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #102 background imageLoading...
Page #102 background image
96 Chapter 2
Programming Examples
LAN Programming Examples
if ( isQuery(charBuf) )
{
long bufBytes;
/* Put the query response into the same buffer as the*/
/* command string appended after the null terminator.*/
bufBytes = queryInstrument(instSock, charBuf,
charBuf + strlen(charBuf) + 1,
INPUT_BUF_SIZE -strlen(charBuf) );
if (!quiet)
{
fwrite(" ", 2, 1, stdout) ;
fwrite(charBuf + strlen(charBuf)+1, bufBytes, 1, stdout);
fwrite("\n", 1, 1, stdout) ;
fflush(stdout);
}
}
else
{
commandInstrument(instSock, charBuf);
}
if (number) number++;
}
}
if (show_errs) {
showErrors(instSock);
}
#ifdef WINSOCK

Table of Contents

Other manuals for Agilent Technologies E8257C

Questions and Answers:

Agilent Technologies E8257C Specifications

General IconGeneral
Modulation TypesAM, FM, PM, Pulse
Output Impedance50 Ohms
Frequency Resolution0.001 Hz
Amplitude Accuracy±0.5 dB
Harmonics-30 dBc
Power Requirements100-240 VAC, 50/60 Hz
Subharmonics-60 dBc

Related product manuals