NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelMeasurement.AddWaveformProcessing Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeChannelMeasurement.AddWaveformProcessing Method

ScopeChannelMeasurementAddWaveformProcessing Method

Adds one measurement to the list of processing steps that are completed before the measurement.

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

Syntax

public void AddWaveformProcessing(
	ScopeArrayMeasurementType arrayMeasurementType
)
Public Sub AddWaveformProcessing ( 
	arrayMeasurementType As ScopeArrayMeasurementType
)

Parameters

arrayMeasurementType
Type: NationalInstruments.ModularInstruments.NIScopeScopeArrayMeasurementType
The array measurement to add.

Remarks

The processing is added on a per-channel basis, and the processing measurements are completed in the same order in which they are registered. The channel list considered is the channel associated with this measurement object. All measurement library properties (properties present in ScopeChannelMeasurement and its sub-objects) are cached at the time of registering the processing, and this set of parameters is used during the processing step. The processing measurements are streamed, so the result of the first processing step is used as the input for the next step. The processing is done before any other measurements.

See Also

Log in to get a better experience