Keysight VISA.NET Help
ReadLineChar Method



Read a character from the formatted I/O read buffer, then read and discard characters up to and including the next newline character. See Using Read Methods for detailed information.
Syntax
'Declaration
 
Function ReadLineChar() As Char
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value As Char
 
value = instance.ReadLineChar()
char ReadLineChar()
char ReadLineChar(); 

Return Value

The character read from the instrument.
Remarks

The ReadLineChar method exhibits the same behavior as Scanf("c*T", out result ), which returns result.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025