Keysight VISA.NET Help
Out16 Method (VxiSession)



The address space.
The offset (in bytes) of the starting address or register to which to write.
The data to write to the bus.
[Register-Based] Writes a 16-bit value to the specified memory space (assigned memory base + offset).
Syntax
'Declaration
 
Public Sub Out16( _
   ByVal space As AddressSpace, _
   ByVal destinationOffset As Long, _
   ByVal value As Short _
) 
'Usage
 
Dim instance As VxiSession
Dim space As AddressSpace
Dim destinationOffset As Long
Dim value As Short
 
instance.Out16(space, destinationOffset, value)

Parameters

space
The address space.
destinationOffset
The offset (in bytes) of the starting address or register to which to write.
value
The data to write to the bus.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025