Keithley 4200A-SCS Reference Manual page 866

Parameter
Hide thumbs Also See for 4200A-SCS:
Table of Contents

Advertisement

Model 4200A-SCS Parameter Analyzer Reference Manual
Example
int status;
char GPIBtrigger[5] = {0x3F, 0x2F, 0x08, 0x3F, 0x00};
/* Unlisten = 3F (UNL) */
/* Listen address = 32 + 15 = 2F */
/* Group Execute Trigger (GET) = 08 */
/* UNL */
/* Terminate string with NULL */
.
.
.
status = kibcmd(30, strlen(GPIBtrigger),GPIBtrigger);
/* Use 3s timeout */
This example illustrates how the kibcmd command could be used to issue a GPIB bus trigger command to
a GPIB instrument located at address 15.
Also see
None
4200A-901-01 Rev. C / February 2017
Section 13: LPT library function reference
13-21

Advertisement

Table of Contents
loading

Table of Contents