DCPowerMeasurementAutorangeThresholdMode Enumeration
- Updated2024-01-04
- 1 minute(s) read

DCPowerMeasurementAutorangeThresholdMode Enumeration
Specifies values for the AutorangeThresholdMode property.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public enum DCPowerMeasurementAutorangeThresholdMode
Public Enumeration DCPowerMeasurementAutorangeThresholdMode
Members
Member 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. |