Keysight VISA.NET Help
DestinationIncrement Property (VxiSession)



[Register-Based] For MoveOut methods, specifies whether to do a block move or a FIFO read.
Syntax
'Declaration
 
Public Property DestinationIncrement As Integer
'Usage
 
Dim instance As VxiSession
Dim value As Integer
 
instance.DestinationIncrement = value
 
value = instance.DestinationIncrement
public int DestinationIncrement {get; set;}
public:
property int DestinationIncrement {
   int get();
   void set (    int value);
}
Remarks

For MoveOutXX methods, this property specifies how much the destination offset will be incremented after every transfer.

The default value of this attribute is 1, indicating that the destination address will be incremented by 1 after each transfer, so that items are moved into consecutive elements.

If this property is set to 0, the MoveOutXX method will always write to the same element, essentially treating the destination as a FIFO register.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025