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