NIDCPOWER_ATTR_OVERRANGING_ENABLED
- Updated2025-10-06
- 1 minute(s) read
Specifies whether NI-DCPower allows setting the voltage level (NIDCPOWER_ATTR_VOLTAGE_LEVEL), current level (NIDCPOWER_ATTR_CURRENT_LEVEL), voltage limit (NIDCPOWER_ATTR_VOLTAGE_LIMIT) and current limit (NIDCPOWER_ATTR_CURRENT_LIMIT) outside the device specification limits. VI_TRUE means that overranging is enabled.
Syntax
NIDCPOWER_ATTR_OVERRANGING_ENABLED
Numeric Value | Data Type | Access | Applies To |
|---|---|---|---|
1150007 | ViBoolean | Read/Write | Channels |
Remarks
Defined Values:
VI_TRUE (1) | Overranging is enabled. |
VI_FALSE (0) | Overranging is disabled. |
Default Value: VI_FALSE
Note
To specify a channel name when accessing this attribute, you must first initialize the session using the niDCPower_InitializeWithIndependentChannels function.