Keysight VISA.NET Help
IOProtocol Property (GpibInterfaceSession)



The protocol type for I/O communication with the physical resource.
Syntax
'Declaration
 
Public Property IOProtocol As IOProtocol
'Usage
 
Dim instance As GpibInterfaceSession
Dim value As IOProtocol
 
instance.IOProtocol = value
 
value = instance.IOProtocol
public IOProtocol IOProtocol {get; set;}
public:
property IOProtocol IOProtocol {
   IOProtocol get();
   void set (    IOProtocol value);
}
Remarks

For some configurations, this property may not allow you to change the protocol type, so reading this property's value back may not echo the value that was set.

For some configurations, this property may not allow you to change the protocol type, so reading this property's value back may not echo the value that was set.

For GPIB sessions you can choose between IOProtocol.Normal and IOProtocol.HS488 (high-speed) data transfers.

The default is IOProtocol.Normal.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025