DCPowerMeasurementAutorangeThresholdMode Enumeration
- Updated2025-10-06
- 1 minute(s) read
Specifies values for the AutorangeThresholdMode property.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public enum DCPowerMeasurementAutorangeThresholdMode
Members
| Name | Value | Description |
|---|---|---|
| Normal | 1112 | Thresholds are selected based on a balance between accuracy and hysteresis. |
| FastStep | 1113 | 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. |
| HighHysteresis | 1114 | Optimized for noisy signals to avoid thrashing of range changes. Thresholds are configured to be a larger percentage of the range. |
| MediumHysteresis | 1115 | Optimized for noisy signals to avoid thrashing of range changes. Thresholds are configured to be a medium percentage of the range. |
| Hold | 1116 | Attempt to maintain the existing range. Thresholds will favor the existing range. |