Method ConfigureMultiPoint
- 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
sessionsBundleDMMSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DMM.DMMSessionsBundle object.
triggerCountint-
The number of the triggers the device receives before returning to the idle state.
sampleCountint-
The number of measurements the device makes in each measurement sequence initiated by a trigger.
sampleTriggerstring-
The name of the trigger source that initiates the acquisition.
sampleIntervalInSecondsdouble-
The interval in seconds that the device waits between measurements.