Keysight VISA.NET Help
In16 Method (VxiSession)



The address space.
The offset in bytes of the address or register from which to read.
[Register-Based] Reads in a 16-bit value from the specified memory space (assigned memory base + offset).
Syntax
'Declaration
 
Public Function In16( _
   ByVal space As AddressSpace, _
   ByVal sourceOffset As Long _
) As Short
'Usage
 
Dim instance As VxiSession
Dim space As AddressSpace
Dim sourceOffset As Long
Dim value As Short
 
value = instance.In16(space, sourceOffset)

Parameters

space
The address space.
sourceOffset
The offset in bytes of the address or register from which to read.

Return Value

The data read from the bus.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025