Keysight VISA.NET Help
WriteBufferSize Property



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

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025