Keysight VISA.NET Help
DeviceStatusByte Property (GpibInterfaceSession)



The 488-style status byte of the local controller associated with this session. Trying to set this property to a value other than 0 will normally result in an exception.
Syntax
'Declaration
 
Public Property DeviceStatusByte As Byte
'Usage
 
Dim instance As GpibInterfaceSession
Dim value As Byte
 
instance.DeviceStatusByte = value
 
value = instance.DeviceStatusByte
public byte DeviceStatusByte {get; set;}
public:
property byte DeviceStatusByte {
   byte get();
   void set (    byte value);
}
Remarks

The range is between 0 and Byte.MaxValue, inclusive.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025