HP 53181A Programming Manual page 151

Frequency counter
Hide thumbs Also See for 53181A:
Table of Contents

Advertisement

Programming Your Counter for Remote Operation
Programming Examples
To Make a Frequency Measurement (Turbo C) (Continued)
/* Function to send command to HP 53181A */
void sendhp(hpib_cmd)
char *hpib_cmd;
{
char hpcmd[80];
int length;
strcpy(hpcmd,hpib_cmd);
length=strlen(hpcmd);
error=IOOUTPUTS(ctr,hpcmd,length);
if (error!=0)
printf("Error during HP-IB: %d Command %s\n",error,hpcmd);
}
/* Variables used by function */
/* Send command to HP 53181A */
3-93

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents