Keysight VISA.NET Help
SecondaryAddress Property (GpibInterfaceSession)



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

The range is between 0 and 30, inclusive. The value -1 indicates that there is no secondary address. The default is -1.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025