Keysight VISA.NET Help
ReadUInt64 Method



Read an unsigned integer from the formatted I/O read buffer. See Using Read Methods for detailed information.
Syntax
'Declaration
 
Function ReadUInt64() As ULong
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value As ULong
 
value = instance.ReadUInt64()
ulong ReadUInt64()
ulong ReadUInt64(); 

Return Value

The unsigned integer read from the instrument.
Remarks

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

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025