Table of Contents

Method ConfigureApertureTime

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

ConfigureApertureTime(NIDCPower, string, string, double, double, DCPowerMeasureApertureTimeUnits?)

Configures the aperture time.

public static void ConfigureApertureTime(this NIDCPower session, string channelString, string modelString, double powerLineFrequency, double apertureTime, DCPowerMeasureApertureTimeUnits? apertureTimeUnits)

Parameters

session NIDCPower

The NationalInstruments.ModularInstruments.NIDCPower.NIDCPower object.

channelString string

The channel string.

modelString string

The DCPower instrument model.

powerLineFrequency double

The power line frequency used to calculate aperture time value from power line cycles to seconds. This is used just for PXI-4110, PXI-4130, and PXIe-4154 models since they don't support power line frequency property.

apertureTime double

The aperture time to set.

apertureTimeUnits DCPowerMeasureApertureTimeUnits?

The aperture time units to set.