Keysight VISA.NET Help
ReadLineListOfUInt64() Method



Read a comma separated list of unsigned 64-bit integers from the formatted I/O read buffer and store them into the return array starting at index 0, then read and discard characters up to and including the next newline character.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Overloads Function ReadLineListOfUInt64() As ULong()
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim value() As ULong
 
value = instance.ReadLineListOfUInt64()
[CLSCompliant(false)]
ulong[] ReadLineListOfUInt64()
[CLSCompliant(false)]
array<ulong>^ ReadLineListOfUInt64(); 

Return Value

An array of unsigned 64-bit integers.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025