| Keysight.Visa Namespace > RegisterBasedSession Class : Out64 Method |
'DeclarationPublic Sub Out64( _ ByVal space As AddressSpace, _ ByVal destinationOffset As Long, _ ByVal value As Long _ )
'UsageDim instance As RegisterBasedSession Dim space As AddressSpace Dim destinationOffset As Long Dim value As Long instance.Out64(space, destinationOffset, value)
public void Out64( AddressSpace space, long destinationOffset, long value )
public: void Out64( AddressSpace space, int64 destinationOffset, int64 value )
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.
Current with Keysight IO Libraries Suite 18