NI-SCOPE .NET Class Library Help

Content Type
Programming Language
Current manual
Table of Contents

ScopeAcquisition.NumberOfPointsMin Property

ScopeAcquisition.NumberOfPointsMin Property

ScopeAcquisitionNumberOfPointsMin Property

Gets or sets the minimum number of points you require in the waveform record for each channel. NI-SCOPE uses the value you specify to configure the record length that the digitizer uses for waveform acquisition. RecordLength returns the actual record length.

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

Syntax

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

Property Value

Type: Int64
Valid values range from 1 to the available onboard memory.

See Also

In This Section
Was this information helpful?