ScopeRisMethod Enumeration
- Updated2023-09-06
- 1 minute(s) read
ScopeRisMethod Enumeration
Specifies the algorithm for random-interleaved sampling, which is used if the sample rate exceeds the maximum sampling rate.
Namespace: NationalInstruments.ModularInstruments.NIScope
Assembly: NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023
Syntax
public enum ScopeRisMethod
Public Enumeration ScopeRisMethod
Members
| Member name | Value | Description | |
|---|---|---|---|
| ExactNumberOfAverages | 1 | Acquires the specified number of records for each bin in the RIS acquisition. | |
| MinimumNumberOfAverages | 2 | Averages each RIS sample of at least minimum number average randomly distributed points. Any extra points taken are also averaged in. | |
| Incomplete | 3 | Returns the RIS waveform after the specified timeout even if it is incomplete. | |
| LimitedBinWidth | 5 | Limits the waveforms in the various bins to be within 200 ps of the center of the bin. |