Keysight VISA.NET Help
DestinationByteOrder Property (VxiSession)



[Register-Based] The destination address space byte order used in high-level access methods, such as OutXX() and MoveOutXX(), when writing to the destination.
Syntax
'Declaration
 
Public Property DestinationByteOrder As ByteOrder
'Usage
 
Dim instance As VxiSession
Dim value As ByteOrder
 
instance.DestinationByteOrder = value
 
value = instance.DestinationByteOrder
public ByteOrder DestinationByteOrder {get; set;}
public:
property ByteOrder DestinationByteOrder {
   ByteOrder get();
   void set (    ByteOrder value);
}
Remarks

The default is BigEndian.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025