Specifies values for the AutorangeThresholdMode property.

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public enum DCPowerMeasurementAutorangeThresholdMode

Members

NameValueDescription
Normal1112

Thresholds are selected based on a balance between accuracy and hysteresis.

FastStep1113

Optimized for faster changes in the measured signal. Thresholds for range up are configured to be a smaller percentage of the range to allow range change to happen earlier in slew of signal.

HighHysteresis1114

Optimized for noisy signals to avoid thrashing of range changes. Thresholds are configured to be a larger percentage of the range.

MediumHysteresis1115

Optimized for noisy signals to avoid thrashing of range changes. Thresholds are configured to be a medium percentage of the range.

Hold1116

Attempt to maintain the existing range. Thresholds will favor the existing range.