DCPowerMeasurementAutorangeBehavior Enumeration
- Updated2025-10-06
- 1 minute(s) read
Specifies values for the AutorangeBehavior property.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public enum DCPowerMeasurementAutorangeBehavior
Members
| Name | Value | Description |
|---|---|---|
| RangeUpToLimitThenDown | 1107 | Specifies the hardware go to limit range then range down as needed until measured value is within thresholds. |
| RangeUp | 1108 | Specifies the hardware go up one range when the upper threshold is reached. |
| RangeUpAndDown | 1109 | Specifies the hardware go up or down one range when the upper/lower threshold is reached. |