| Keysight.Visa Namespace > RegisterBasedSession Class : In32 Method |
'DeclarationPublic Function In32( _ ByVal space As AddressSpace, _ ByVal sourceOffset As Long _ ) As Integer
'UsageDim instance As RegisterBasedSession Dim space As AddressSpace Dim sourceOffset As Long Dim value As Integer value = instance.In32(space, sourceOffset)
public int In32( AddressSpace space, long sourceOffset )
public: int In32( AddressSpace space, int64 sourceOffset )
You do not need to call MapAddress before calling this method.
If this session is a memory access (MEMACC) session, the sourceOffset 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.
Current with Keysight IO Libraries Suite 18