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
sessionsBundle
DMMSessionsBundleThe DMMSessionsBundle object.
triggerCount
intThe number of the triggers the device receives before returning to the idle state.
sampleCount
intThe number of measurements the device makes in each measurement sequence initiated by a trigger.
sampleTrigger
stringThe name of the trigger source that initiates the acquisition.
sampleIntervalInSeconds
doubleThe interval in seconds that the device waits between measurements.