Keysight VISA.NET Help
In8 Method (VxiSession)



The address space.
The offset in bytes of the address or register from which to read.
[Register-Based] Read in an 8-bit value from the specified memory space (assigned memory base + offset).
Syntax
'Declaration
 
Public Function In8( _
   ByVal space As AddressSpace, _
   ByVal sourceOffset As Long _
) As Byte
'Usage
 
Dim instance As VxiSession
Dim space As AddressSpace
Dim sourceOffset As Long
Dim value As Byte
 
value = instance.In8(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