Keysight VISA.NET Help
ReadLineUInt64 Method



Read an unsigned 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 ReadLineUInt64() As ULong
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value As ULong
 
value = instance.ReadLineUInt64()
ulong ReadLineUInt64()
ulong ReadLineUInt64(); 

Return Value

The unsigned integer read from the instrument.
Remarks

The ReadLineUInt64 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