SubspanOverlap
- Updated2025-10-14
- 1 minute(s) read
Gets or sets the amount of overlap between consecutive subspans in a multispan spectrum acquisition.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIRfsa
public double SubspanOverlap { get; set; }
Remarks
Returns a Double representing the amount of overlap between consecutive subspans in a multispan spectrum acquisition.
Valid values are 1 to 99, inclusive. The default value is 0.
Overlapping subspans can reduce the power level of spurs in acquired data. The value you specify determines the amount of shift as a percentage of the subspan width. Supported Devices: NI 5665/5668R
Exceptions
| Type | Description |
|---|---|
| System.ObjectDisposedException | The SubspanOverlap property was accessed after the associated NIRfsa object was disposed. |