Keysight VISA.NET Help
ControllerInCharge Event (IGpibInterfaceSession)



Occurs when the GPIB controller has gained or lost CIC (controller in charge) status.
Syntax
'Declaration
 
Event ControllerInCharge As EventHandler(Of GpibControllerInChargeEventArgs)
'Usage
 
Dim instance As IGpibInterfaceSession
Dim handler As EventHandler(Of GpibControllerInChargeEventArgs)
 
AddHandler instance.ControllerInCharge, handler
Event Data

The event handler receives an argument of type GpibControllerInChargeEventArgs containing data related to this event. The following GpibControllerInChargeEventArgs properties provide information specific to this event.

PropertyDescription
CustomEventType A value that uniquely identifies an implementation-specific event type. (Inherited from Ivi.Visa.VisaEventArgs)
EventType The VISA.NET standard event type. (Inherited from Ivi.Visa.VisaEventArgs)
IsControllerInCharge True if the controller for the GPIB interface is in charge.  
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025