Keysight VISA.NET Help
ReadChar Method



Read a single character from the formatted I/O read buffer. See Using Read Methods for detailed information.
Syntax
'Declaration
 
Function ReadChar() As Char
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value As Char
 
value = instance.ReadChar()
char ReadChar()
char ReadChar(); 

Return Value

The character read from the instrument.
Remarks

The ReadChar method exhibits the same behavior as Scanf("%c", out result), which returns result.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025