| Ivi.Visa Namespace : AtnMode Enumeration |
'DeclarationPublic Enum AtnMode Inherits System.Enum
'UsageDim instance As AtnMode
public enum AtnMode : System.Enum
public enum class AtnMode : public System.Enum
| Member | Description |
|---|---|
| Assert | Assert the GPIB ATN line synchronously. If a data handshake is in progress, ATN will not be asserted until the handshake is complete. |
| AssertImmediate | Assert the GPIB ATN line asynchronously. This should only be used under error conditions. |
| Deassert | Deassert the GPIB ATN line. The interface goes to standby. |
| DeassertHandshake | Deassert the GPIB ATN line, and then enter shadow handshake mode. The interface participates in data handshakes as an Acceptor without actually reading the data. |
System.Object
System.ValueType
System.Enum
Ivi.Visa.AtnMode
Current with Keysight IO Libraries Suite 18