Keysight VISA.NET Help
PassControl(Int16,Int16) Method



The primary address of the GPIB device.
The secondary 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, _
   ByVal secondaryAddress As Short _
) 
'Usage
 
Dim instance As GpibInterfaceSession
Dim primaryAddress As Short
Dim secondaryAddress As Short
 
instance.PassControl(primaryAddress, secondaryAddress)
public void PassControl( 
   short primaryAddress,
   short secondaryAddress
)
public:
void PassControl( 
   short primaryAddress,
   short secondaryAddress
) 

Parameters

primaryAddress
The primary address of the GPIB device.
secondaryAddress
The secondary address of the GPIB device.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025