Visual Basic (Declaration) | |
---|---|
Public MustOverride Property MeasurementInterval As Integer |
C# | |
---|---|
public abstract int MeasurementInterval {get; set;} |
Property Value
The default value is 60 symbols, matching the default result length. The maximum value is the current ResultLength, and the minimum value is 1 symbol.Together with MeasurementOffset, this specifies the subset of ResultLength to analyze. IQ results are displayed for all symbols within the MeasurementInterval. If the MeasurementInterval equals the full result length (and therefore the MeasurementOffset is zero), then changing the ResultLength will cause MeasurementInterval to change to match the new ResultLength.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)