| Keysight.Visa Namespace > RegisterBasedSession Class : DestinationIncrement Property |
'DeclarationPublic Property DestinationIncrement As Integer
'UsageDim instance As RegisterBasedSession Dim value As Integer instance.DestinationIncrement = value value = instance.DestinationIncrement
public int DestinationIncrement {get; set;}
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 methods will always write to the same element, essentially treating the destination as a FIFO register.
Current with Keysight IO Libraries Suite 18