Method ConfigureApertureTime
- 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
NIDCPowerThe NationalInstruments.ModularInstruments.NIDCPower.NIDCPower object.
channelString
stringThe channel string.
modelString
stringThe DCPower instrument model.
powerLineFrequency
doubleThe 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
doubleThe aperture time to set.
apertureTimeUnits
DCPowerMeasureApertureTimeUnits?The aperture time units to set.