NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTiming.RisAverages Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeTiming.RisAverages Property

ScopeTimingRisAverages Property

Gets or sets the number of averages for each bin in an RIS acquisition.

Namespace:  NationalInstruments.ModularInstruments.NIScope
Assembly:  NationalInstruments.ModularInstruments.NIScope.Fx45 (in NationalInstruments.ModularInstruments.NIScope.Fx45.dll) Version: 2023

Syntax

public long RisAverages { get; set; }
Public Property RisAverages As Long
	Get
	Set

Property Value

Type: Int64
The default value is instrument-specific.

Remarks

The number of averages times the oversampling factor is the minimum number of real-time acquisitions necessary to reconstruct the RIS waveform. Averaging is useful in RIS because the trigger times are not evenly spaced, so adjacent points in the reconstructed waveform cannot be accurately spaced. With averaging, the errors in both time and voltage are smoothed.

See Also

Log in to get a better experience