Keysight VISA.NET Help
Out8 Method (RegisterBasedSession)



The address space.
The offset (in bytes) of the starting address or register to which to write.
The data to write to the bus.
Writes an 8-bit value to the specified memory space (assigned memory base + offset).
Syntax
'Declaration
 
Public Sub Out8( _
   ByVal space As AddressSpace, _
   ByVal destinationOffset As Long, _
   ByVal value As Byte _
) 
'Usage
 
Dim instance As RegisterBasedSession
Dim space As AddressSpace
Dim destinationOffset As Long
Dim value As Byte
 
instance.Out8(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.
Remarks

You do not need to call MapAddress before calling this method.

If this session is a memory access (MEMACC) session, the destinationOffset parameter specifies an absolute address.

The high-level In and Out methods operate independently of the low-level Peek and Poke methods defined in the MemoryMap class, regardless of the configured state of the hardware that is used to perform memory accesses.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025