Keysight VISA.NET Help
ReadListOfSingle(Int64) Method



The maximum number of elements to read from the List.
Read a comma separated list of single precision reals from the formatted I/O read buffer and store a maximum of count elements into the return array starting at index 0.
Syntax
'Declaration
 
Overloads Function ReadListOfSingle( _
   ByVal count As Long _
) As Single()
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim count As Long
Dim value() As Single
 
value = instance.ReadListOfSingle(count)
float[] ReadListOfSingle( 
   long count
)
array<float>^ ReadListOfSingle( 
   int64 count
) 

Parameters

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

Return Value

An array of single precision reals.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025