Keysight VISA.NET Help
SourceIncrement Property (RegisterBasedSession)



For MoveIn methods, specifies whether to do a block move or a FIFO read.
Syntax
'Declaration
 
Public Property SourceIncrement As Integer
'Usage
 
Dim instance As RegisterBasedSession
Dim value As Integer
 
instance.SourceIncrement = value
 
value = instance.SourceIncrement
public int SourceIncrement {get; set;}
public:
property int SourceIncrement {
   int get();
   void set (    int value);
}
Remarks

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.

Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025