Instrument Control Toolbox | ![]() ![]() |
Indicate the state of the GPIB handshake lines
Description
HandshakeStatus
is a structure array that contains the fields DataValid
, NotDataAccepted
, and NotReadyForData
. These fields indicate the state of the Data Valid (DAV), Not Data Accepted (NDAC) and Not Ready For Data (NRFD) GPIB lines, respectively.
HandshakeStatus
can be on
or off
for any of these fields. A value of on
indicates the associated line is asserted. A value of off
indicates the associated line is unasserted.
Characteristics
Usage |
GPIB |
Read only |
Never |
Data type |
Structure |
Values
on |
The associated handshake line is asserted |
off |
The associated handshake line is unasserted |
The default value is instrument dependent.
![]() | FlowControl | InputBufferSize | ![]() |