Keysight VISA.NET Help
IsSystemController Property (GpibInterfaceSession)



Specifies whether the specified GPIB interface is currently the system controller.
Syntax
'Declaration
 
Public Property IsSystemController As Boolean
'Usage
 
Dim instance As GpibInterfaceSession
Dim value As Boolean
 
instance.IsSystemController = value
 
value = instance.IsSystemController
public bool IsSystemController {get; set;}
public:
property bool IsSystemController {
   bool get();
   void set (    bool value);
}
Remarks

For some configurations this attribute may be modified only through a configuration utility. For these cases, trying to set this property will throw an exception.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025