Keysight VISA.NET Help
PrimaryAddress Property (GpibInterfaceSession)



The primary address of the local GPIB controller used by the given session.
Syntax
'Declaration
 
Public Property PrimaryAddress As Short
'Usage
 
Dim instance As GpibInterfaceSession
Dim value As Short
 
instance.PrimaryAddress = value
 
value = instance.PrimaryAddress
public short PrimaryAddress {get; set;}
public:
property short PrimaryAddress {
   short get();
   void set (    short value);
}
Remarks

The range is between 0 and 30, inclusive.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025