HP 16500C Programmer's Manual page 64

Logic analysis system
Hide thumbs Also See for 16500C:
Table of Contents

Advertisement

Programming Over LAN
Writing to \system\program from a Program
/*Send command strings to the HP16500*/
file = fopen("/users/system/program", "w");
putstr(file, "*rst\n");
putstr(file, ":sel 4\n");
putstr(file, ":mach1:twav:range 1 s\n");
putstr(file, ":start\n");
putstr(file, ":mach1:twav:range 100 ns\n");
fclose(file);
sleep(2);
file = fopen("/users/system/program", "r");
while (getstr(file, receive_str) == 0);
fclose(file);
printf("%s\n", receive_str);
}
4–10

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

16501a

Table of Contents