NI-SCOPE .NET Class Library Help

Table of Contents

ScopeTiming.ConfigureTiming Method

  • Updated2023-09-06
  • 1 minute(s) read
ScopeTiming.ConfigureTiming Method

ScopeTimingConfigureTiming Method

Configures the common properties of the horizontal subsystem for a multirecord acquisition in terms of minimum sample rate.

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

Syntax

public void ConfigureTiming(
	double sampleRateMin,
	int numberOfPointsMin,
	double referencePosition,
	int numberOfRecords,
	bool enforceRealtime
)
Public Sub ConfigureTiming ( 
	sampleRateMin As Double,
	numberOfPointsMin As Integer,
	referencePosition As Double,
	numberOfRecords As Integer,
	enforceRealtime As Boolean
)

Parameters

sampleRateMin
Type: SystemDouble
The sampling rate for the acquisition.
numberOfPointsMin
Type: SystemInt32
The minimum number of points you need in the record for each channel
referencePosition
Type: SystemDouble
The position of the reference event in the waveform record specified as a percentage.
numberOfRecords
Type: SystemInt32
The number of records to acquire.
enforceRealtime
Type: SystemBoolean
Indicates whether the digitizer enforces real-time measurements or allows equivalent-time (RIS) measurements. Not all digitizers support RIS. Refer to Features Supported by Device for more information.

See Also

Log in to get a better experience