Method ConfigureMeasureWhen
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
ConfigureMeasureWhen(DCPowerSessionsBundle, DCPowerMeasurementWhen)
Configures the DCPower MeasurementWhen property.
public static void ConfigureMeasureWhen(this DCPowerSessionsBundle sessionsBundle, DCPowerMeasurementWhen measureWhen)Parameters
sessionsBundleDCPowerSessionsBundle-
The NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.DCPowerSessionsBundle object.
measureWhenDCPowerMeasurementWhen-
The MeasurementWhen property to set.
ConfigureMeasureWhen(NIDCPower, string, string, DCPowerMeasurementWhen)
Configures the MeasurementWhen property.
public static void ConfigureMeasureWhen(this NIDCPower session, string channelString, string modelString, DCPowerMeasurementWhen measureWhen)