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