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
sessionNIDCPower-
The NationalInstruments.ModularInstruments.NIDCPower.NIDCPower object.
channelStringstring-
The channel string.
modelStringstring-
The DCPower instrument model.
powerLineFrequencydouble-
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.
apertureTimedouble-
The aperture time to set.
apertureTimeUnitsDCPowerMeasureApertureTimeUnits?-
The aperture time units to set.