Method MeasureAndPublishCurrent
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Extensions.dll
MeasureAndPublishCurrent(DCPowerSessionsBundle, string, out double[][])
Measures the current on the target pin(s) and immediately publishes the results using the publishedDataId
passed in.
public static void MeasureAndPublishCurrent(this DCPowerSessionsBundle sessionsBundle, string publishedDataId, out double[][] currentMeasurements)
Parameters
sessionsBundle
DCPowerSessionsBundleThe DCPowerSessionsBundle object.
publishedDataId
stringThe unique data id to use when publishing.
currentMeasurements
double[][]The returned current measurements.
Remarks
Use this method for the fastest test time if the measurement results do not needed for any other operations. Otherwise, use the override for this method that returns PinSiteData.
MeasureAndPublishCurrent(DCPowerSessionsBundle, string)
Measures the current on the target pin(s) and immediately publishes the results using the publishedDataId
passed in.
public static PinSiteData<double> MeasureAndPublishCurrent(this DCPowerSessionsBundle sessionsBundle, string publishedDataId)
Parameters
sessionsBundle
DCPowerSessionsBundleThe DCPowerSessionsBundle object.
publishedDataId
stringThe unique data id to use when publishing.
Returns
- PinSiteData<double>
The pin-site aware current measurements.