Keysight VISA.NET Help
ReadLineBinaryBlockOfSingle(Boolean) Method



If true and the method is reading an IEEE-488.2 block, it initially reads and discards characters until it finds the beginning of an IEEE-488.2 block. Otherwise it expects to find the block or array immediately.
Read an array of single precision reals from the formatted I/O read buffer, then read and discard characters up to and including the next newline character.
Syntax
'Declaration
 
Overloads Function ReadLineBinaryBlockOfSingle( _
   ByVal seekToBlock As Boolean _
) As Single()
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim seekToBlock As Boolean
Dim value() As Single
 
value = instance.ReadLineBinaryBlockOfSingle(seekToBlock)
float[] ReadLineBinaryBlockOfSingle( 
   bool seekToBlock
)
array<float>^ ReadLineBinaryBlockOfSingle( 
   bool seekToBlock
) 

Parameters

seekToBlock
If true and the method is reading an IEEE-488.2 block, it initially reads and discards characters until it finds the beginning of an IEEE-488.2 block. Otherwise it expects to find the block or array immediately.

Return Value

An array of single precision reals.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025