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
sessionsBundleDMMSessionsBundleThe DMMSessionsBundle object.
triggerCountintThe number of the triggers the device receives before returning to the idle state.
sampleCountintThe number of measurements the device makes in each measurement sequence initiated by a trigger.
sampleTriggerstringThe name of the trigger source that initiates the acquisition.
sampleIntervalInSecondsdoubleThe interval in seconds that the device waits between measurements.