Keysight VISA.NET Help
PassControl(Int16) Method



The primary address of the GPIB device.
Tells the GPIB device at the specified address to become controller in charge (CIC).
Syntax
'Declaration
 
Public Overloads Sub PassControl( _
   ByVal primaryAddress As Short _
) 
'Usage
 
Dim instance As GpibInterfaceSession
Dim primaryAddress As Short
 
instance.PassControl(primaryAddress)
public void PassControl( 
   short primaryAddress
)
public:
void PassControl( 
   short primaryAddress
) 

Parameters

primaryAddress
The primary address of the GPIB device.
Remarks

This operation passes controller in charge status to the device indicated by primaryAddress and then deasserts the ATN line.

This method assumes that the targeted device has controller capability.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025