140 Keysight CXG, EXG, and MXG X-Series Signal Generators Programming Guide
Programming Examples
LAN Programming Interface Examples
if (*query == ' ') /* attempt to ignore white spc */
query++ ;
else break ;
}
if ( *query != ')' )
{
q = 1 ;
}
}
return q ;
}
/******************************************************************
*
> $Function: main$
*
* $Description: Read command line arguments, and talk to signal
generator.
Send query results to stdout. $
*
* $Return: (int) . . . non-zero if an error occurs
*
******************************************************************/
int main(int argc, char *argv[])
{
SOCKET instSock;
char *charBuf = (char *) malloc(INPUT_BUF_SIZE);
char *basename;
int chr;
char command[1024];
Содержание X-Series
Страница 4: ...4 ...
Страница 10: ...10 Contents ...