Keysight VISA.NET Help
ReadBinaryBlockOfInt16(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 signed 16-bit integers from the formatted I/O read buffer.
Syntax
'Declaration
 
Overloads Function ReadBinaryBlockOfInt16( _
   ByVal seekToBlock As Boolean _
) As Short()
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim seekToBlock As Boolean
Dim value() As Short
 
value = instance.ReadBinaryBlockOfInt16(seekToBlock)
short[] ReadBinaryBlockOfInt16( 
   bool seekToBlock
)
array<short>^ ReadBinaryBlockOfInt16( 
   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 signed 16-bit integers.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025