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
sessionNIDCPowerThe NationalInstruments.ModularInstruments.NIDCPower.NIDCPower object.
channelStringstringThe channel string.
modelStringstringThe DCPower instrument model.
powerLineFrequencydoubleThe 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.
apertureTimedoubleThe aperture time to set.
apertureTimeUnitsDCPowerMeasureApertureTimeUnits?The aperture time units to set.