| Keysight.Visa Namespace > RegisterBasedSession Class : SourceIncrement Property |
'DeclarationPublic Property SourceIncrement As Integer
'UsageDim instance As RegisterBasedSession Dim value As Integer instance.SourceIncrement = value value = instance.SourceIncrement
public int SourceIncrement {get; set;}
For MoveInXX methods, this property specifies how much the source offset will be incremented after every transfer.
The default value of this attribute is 1, indicating that the source address will be incremented by 1 after each transfer, so that items are moved from consecutive elements.
If this property is set to 0, the MoveInXX methods will always read from the same element, essentially treating the source as a FIFO register.
Current with Keysight IO Libraries Suite 18