Keysight VISA.NET Help
AtnMode Enumeration



Indicates the current state of the GPIB ATN (ATtentioN) interface line.
Syntax
'Declaration
 
Public Enum AtnMode 
   Inherits System.Enum
'Usage
 
Dim instance As AtnMode
public enum AtnMode : System.Enum 
public enum class AtnMode : public System.Enum 
Members
MemberDescription
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.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Ivi.Visa.AtnMode

Requirements

Current with Keysight IO Libraries Suite 18

See Also

Reference

Ivi.Visa Namespace

 

 


© Keysight Technologies 2015-2025