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