NI-SCOPE .NET Class Library Help

ScopeChannelMeasurement.ClearWaveformMeasurements Method (ScopeScalarMeasurementType)

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

ScopeChannelMeasurementClearWaveformMeasurements Method (ScopeScalarMeasurementType)

Clears the waveform statistics on the channel and for scalar measurements.

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

Syntax

public void ClearWaveformMeasurements(
	ScopeScalarMeasurementType scalarMeasurementType
)
Public Sub ClearWaveformMeasurements ( 
	scalarMeasurementType As ScopeScalarMeasurementType
)

Parameters

scalarMeasurementType
Type: NationalInstruments.ModularInstruments.NIScopeScopeScalarMeasurementType
The scalar measurement to clear the statistics for.

See Also