enumerations¤
Enumeration constants.
ATNState
(IntEnum)
¤
The state of the GPIB Attention (ATN) line.
Attributes:
| Name | Type | Description |
|---|---|---|
DEASSERT |
int
|
Deassert ATN line, |
ASSERT |
int
|
Assert ATN line and take control synchronously without corrupting transferred data, |
DEASSERT_HANDSHAKE |
int
|
Deassert ATN line and enter shadow handshake mode, |
ASSERT_IMMEDIATE |
int
|
Assert ATN line and take control asynchronously and immediately,
without regard for any data transfer currently in progress, |
RENMode
(IntEnum)
¤
The mode of the GPIB Remote Enable (REN) line and optionally the remote/local state.
Attributes:
| Name | Type | Description |
|---|---|---|
DEASSERT |
int
|
Deassert REN line, |
ASSERT |
int
|
Assert REN line, |
DEASSERT_GTL |
int
|
Deassert REN line and send the Go To Local (GTL) command, |
ASSERT_ADDRESS |
int
|
Assert REN line and address device, |
ASSERT_LLO |
int
|
Send local lockout (LLO) to any device that is addressed to listen, |
ASSERT_ADDRESS_LLO |
int
|
Address this device and send the LLO command, putting it in the
Remote with Lockout State (RWLS), |
ADDRESS_GTL |
int
|
Send the GTL command to this device, |