S Mode Functions
Chapter 5
GPIB-232CT User Manual
5-22
© National Instruments Corp.
ist - Set or Clear Individual Status Bit
ist
:
Parallel Poll function
Syntax:
is
t [bool]
<CR>
Purpose:
You
use
ist
when the GPIB-232CT participates in a parallel
poll that is conducted by another device that is Active
Controller.
Remarks:
If the argument
bool
is 1, the GPIB-232CT's individual
status bit is set to 1. If the argument
bool
is 0, the
GPIB-232CT's individual status bit is cleared. The power-on
default is 0.
If you call
ist
without an argument, the GPIB-232CT returns
the value of its individual status bit.
See Also:
ppc
, and Appendix F,
Parallel Polling
.
Examples:
1.
PRINT #1,"ist 1"
'Set ist to 1.
2.
PRINT #1,"IST 0"
'Clear ist to 0.
3.
PRINT #1,"ist"
'What is ist set to?
response: 0<CR><LF>
(ist is currently 0)