For MoveIn methods, specifies whether to do a block move or a FIFO read.

Syntax

Namespace: NationalInstruments.Visa

public int SourceIncrement { get; set; }

Remarks

Because the default value of this property is 1, the source address is incremented after each transfer, and the MoveIn methods read from consecutive elements. If you set this property to 0, the MoveIn methods always read from the same element, essentially treating the source as a FIFO register.

Returns

Number of elements the source offset is incremented after every transfer. This value can be 0 or 1. The default value is 1.