| Keysight.Visa Namespace > GpibInterfaceSession Class : IOProtocol Property |
'DeclarationPublic Property IOProtocol As IOProtocol
'UsageDim 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); }
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.
Current with Keysight IO Libraries Suite 18