Keysight VISA.NET Help
ReadListOfUInt64(Int64) Method



The maximum number of elements to read from the List.
Read a comma separated list of unsigned 64-bit integers from the formatted I/O read buffer and store a maximum of count elements into the return array starting at index 0.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Overloads Function ReadListOfUInt64( _
   ByVal count As Long _
) As ULong()
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim count As Long
Dim value() As ULong
 
value = instance.ReadListOfUInt64(count)
[CLSCompliant(false)]
ulong[] ReadListOfUInt64( 
   long count
)
[CLSCompliant(false)]
array<ulong>^ ReadListOfUInt64( 
   int64 count
) 

Parameters

count
The maximum number of elements to read from the List.

Return Value

An array of unsigned 64-bit integers.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025