Keysight VISA.NET Help
ReadBufferSize Property



The size of the formatted I/O read buffer. This controls only the formatted I/O read buffer (the in-memory buffer used for storing data from the instrument before parsing it), not any kernel-mode device I/O buffers.
Syntax
'Declaration
 
Property ReadBufferSize As Integer
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value As Integer
 
instance.ReadBufferSize = value
 
value = instance.ReadBufferSize
int ReadBufferSize {get; set;}
property int ReadBufferSize {
   int get();
   void set (    int value);
}
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025