Agilent Technologies 89400 Series Command Reference Manual page 490

Table of Contents

Advertisement

Appendix B
Sockets Example Program
/********************************************************/
/* if the command has a '?' in it, use queryInstrument. */
/* otherwise, simply send the command.
/********************************************************/
if (strchr(command,'?'))
{
printf("%s\n", queryInstrument(instFile,command,
}
else
{
commandInstrument(instFile, command);
}
return 0;
}
480
charBuf,
sizeof(charBuf)));
*/

Advertisement

Table of Contents
loading

This manual is also suitable for:

89400-90039

Table of Contents