Keysight VISA.NET Help
HS488CableLength Property (GpibInterfaceSession)



The total length of the GPIB cable used in this GPIB interface, in meters.
Syntax
'Declaration
 
Public Property HS488CableLength As Short
'Usage
 
Dim instance As GpibInterfaceSession
Dim value As Short
 
instance.HS488CableLength = value
 
value = instance.HS488CableLength
public short HS488CableLength {get; set;}
public:
property short HS488CableLength {
   short get();
   void set (    short value);
}
Remarks

The range is between 1 and 15 inclusive. The property may also return 0 (HS488 disabled) or -1 (HS488 not implemented).

If HS488 is not supported by this GPIB interface, attempts to set this property will throw an exception.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025