| Keysight.Visa Namespace > RegisterBasedSession Class : Out32 Method |
'DeclarationPublic Sub Out32( _ ByVal space As AddressSpace, _ ByVal destinationOffset As Long, _ ByVal value As Integer _ )
'UsageDim instance As RegisterBasedSession Dim space As AddressSpace Dim destinationOffset As Long Dim value As Integer instance.Out32(space, destinationOffset, value)
public void Out32( AddressSpace space, long destinationOffset, int value )
public: void Out32( AddressSpace space, int64 destinationOffset, int 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