NI-SCOPE .NET Class Library Help

Table of Contents

ScopeAcquisition.NumberOfMeasurementSamplesToFetch Property

  • Updated2023-09-06
  • 1 minute(s) read
ScopeAcquisition.NumberOfMeasurementSamplesToFetch Property

ScopeAcquisitionNumberOfMeasurementSamplesToFetch Property

Specifies the number of samples to fetch when performing a measurement. Use -1 to fetch the actual record length.

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

Syntax

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

Property Value

Type: Int64
The default value is -1.

See Also

Log in to get a better experience