Configures the aperture time on the specified channel(s).

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public void ConfigureApertureTime(double apertureTime, DCPowerMeasureApertureTimeUnits units)

Remarks

The supported values depend on the units.

Refer to the Aperture Time topic in the NI DC Power Supplies and SMUs Help for information about how to configure your measurements and for information about valid values. In general, devices support discrete apertureTime values, and if you configure apertureTime to some unsupported value, NI-DCPower coerces it up to the next supported value. Refer to the Measurement Configuration and Timing or DC Noise Rejection topic for your device in the NI DC Power Supplies and SMUs Help for more information about how to configure your measurements.

Parameters

NameTypeDescription
apertureTimedouble

Specifies the aperture time.

unitsDCPowerMeasureApertureTimeUnits

Specifies the units for apertureTime.

Exceptions

TypeDescription
System.ObjectDisposedException

The ConfigureApertureTime method was accessed after the associated NIDCPower object was disposed.