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