Keysight Technologies X-Series Programming Manual page 144

Signal generators
Hide thumbs Also See for X-Series:
Table of Contents

Advertisement

Programming Examples
LAN Programming Interface Examples
the*/
terminator.*/
+ 1,
-strlen(charBuf) );
144
{
if ( !strlen(charBuf) )
continue ;
if ( *charBuf == '#' || *charBuf == '!' )
continue ;
strcat(charBuf, "\n");
if (!quiet)
{
if (number)
{
char num[10];
sprintf(num,"%d: ",number);
fwrite(num, strlen(num), 1, stdout);
}
fwrite(charBuf, strlen(charBuf), 1, stdout) ;
fflush(stdout);
}
if ( isQuery(charBuf) )
{
long bufBytes;
/* Put the query response into the same buffer as
/* command string appended after the null
bufBytes = queryInstrument(instSock, charBuf,
Keysight CXG, EXG, and MXG X-Series Signal Generators Programming Guide
charBuf + strlen(charBuf)
INPUT_BUF_SIZE

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the X-Series and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents