IGPIBSETT1DELAY(3)
HP-UX
NAME
igpibsett1delay − sets session GPIB interface t1 delay
SYNOPSIS
#include <sicl.h>
int igpibsett1delay (id, delay);
INST id;
int delay;
DESCRIPTION
Igpibsett1delay sets the t1 delay on the GPIB interface associated with session id. The value is the time of t1 delay in nanoseconds, and should be no less than I_GPIB_T1DELAY_MIN or no greater than I_GPIB_T1DELAY_MAX.
Note that most GPIB interfaces only support a small number of t1 delays, so the actual value used by the interface could be different than that specified in the igpibsett1delay function. You can find out the actual value used by calling the igpibgett1delay function.
RETURN VALUE
Igpibsett1delay returns zero (0) if successful, or a non-zero error number if an error occurs.
SEE ALSO
AUTHOR
igpibsett1delay was developed by HP.
Hewlett-Packard Comapny — September 29, 1999