Table of Contents

Method ConfigureMultiPoint

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

ConfigureMultiPoint(DMMSessionsBundle, int, int, string, double)

Configures multi-point acquisition.

public static void ConfigureMultiPoint(this DMMSessionsBundle sessionsBundle, int triggerCount, int sampleCount, string sampleTrigger, double sampleIntervalInSeconds)

Parameters

sessionsBundle DMMSessionsBundle

The DMMSessionsBundle object.

triggerCount int

The number of the triggers the device receives before returning to the idle state.

sampleCount int

The number of measurements the device makes in each measurement sequence initiated by a trigger.

sampleTrigger string

The name of the trigger source that initiates the acquisition.

sampleIntervalInSeconds double

The interval in seconds that the device waits between measurements.