Keysight VISA.NET Help
ReadLineInt64 Method



Read an integer 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 ReadLineInt64() As Long
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value As Long
 
value = instance.ReadLineInt64()
long ReadLineInt64()
int64 ReadLineInt64(); 

Return Value

The integer read from the instrument.
Remarks

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

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025