NI-SCOPE .NET Class Library Help

Content Type
Programming Language
Current manual
Table of Contents

ScopeMeasurement.PointsDone Property

ScopeMeasurement.PointsDone Property

ScopeMeasurementPointsDone Property

Gets the actual number of samples acquired since the last fetch, relative to the configured value for FetchRelativeTo, including FetchOffset and for the current configured RecordNumberToFetch.

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

Syntax

public double PointsDone { get; }
Public ReadOnly Property PointsDone As Double
	Get

Property Value

Type: Double
Actual number of samples acquired since the last fetch.

See Also

In This Section
Was this information helpful?