Keysight VISA.NET Help
Out32 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 32-bit value to the specified memory space (assigned memory base + offset).
Syntax
'Declaration
 
Public Sub Out32( _
   ByVal space As AddressSpace, _
   ByVal destinationOffset As Long, _
   ByVal value As Integer _
) 
'Usage
 
Dim instance As VxiSession
Dim space As AddressSpace
Dim destinationOffset As Long
Dim value As Integer
 
instance.Out32(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