NI-SCOPE .NET Class Library Help

ScopeRisMethod Enumeration

  • Updated2023-09-06
  • 1 minute(s) read
ScopeRisMethod Enumeration

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 nameValueDescription
ExactNumberOfAverages1 Acquires the specified number of records for each bin in the RIS acquisition.
MinimumNumberOfAverages2 Averages each RIS sample of at least minimum number average randomly distributed points. Any extra points taken are also averaged in.
Incomplete3 Returns the RIS waveform after the specified timeout even if it is incomplete.
LimitedBinWidth5 Limits the waveforms in the various bins to be within 200 ps of the center of the bin.

See Also

Log in to get a better experience