Table of Contents

Method ConfigureMeasurementSense

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
Assembly
NationalInstruments.SemiconductorTestLibrary.Extensions.dll

ConfigureMeasurementSense(DCPowerSessionsBundle, DCPowerMeasurementSense)

Configures the measurement sense.

public static void ConfigureMeasurementSense(this DCPowerSessionsBundle sessionsBundle, DCPowerMeasurementSense sense)

Parameters

sessionsBundle DCPowerSessionsBundle

The DCPowerSessionsBundle object.

sense DCPowerMeasurementSense

The measurement sense to set.

ConfigureMeasurementSense(NIDCPower, string, string, DCPowerMeasurementSense)

Configures the measurement sense.

public static void ConfigureMeasurementSense(this NIDCPower session, string channelString, string modelString, DCPowerMeasurementSense sense)

Parameters

session NIDCPower

The NationalInstruments.ModularInstruments.NIDCPower.NIDCPower object.

channelString string

The channel string.

modelString string

The DCPower instrument model.

sense DCPowerMeasurementSense

The measurement sense to set.