Keysight VISA.NET Help
ControlAtn Method (GpibInterfaceSession)



The action to be taken with respect to the GPIB ATN line.
Controls the state of the GPIB ATN interface line, and optionally the active controller state of the local interface board.
Syntax
'Declaration
 
Public Sub ControlAtn( _
   ByVal command As AtnMode _
) 
'Usage
 
Dim instance As GpibInterfaceSession
Dim command As AtnMode
 
instance.ControlAtn(command)
public void ControlAtn( 
   AtnMode command
)
public:
void ControlAtn( 
   AtnMode command
) 

Parameters

command
The action to be taken with respect to the GPIB ATN line.
Remarks

This operation asserts or deasserts the GPIB ATN interface line according to the specified mode. The mode can also specify whether the local interface board should acquire or release Controller Active status.

It is generally not necessary to use the viGpibControlATN operation in most applications. Other methods such as PassControl and SendCommand modify the ATN and/or CIC state automatically.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025