NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerPowerAllocationMode Enumeration

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerPowerAllocationMode Enumeration

DCPowerPowerAllocationMode Enumeration

Determines whether the device sources the power its output configuration requires or a specific wattage you request; determines whether NI-DCPower proactively checks that this sourcing power is within the maximum per-channel and overall sourcing power of the device.

Namespace:  NationalInstruments.ModularInstruments.NIDCPower
Assembly:  NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023

Syntax

public enum DCPowerPowerAllocationMode
Public Enumeration DCPowerPowerAllocationMode

Members

  Member nameValueDescription
Disabled1058 The device attempts to source, on each active channel, the power that the present source configuration requires; NI-DCPower does not perform a sourcing power check. If the required power is greater than the maximum sourcing power, the device attempts to source the required amount and may shut down to prevent damage.
Automatic1059 The device attempts to source, on each active channel, the power that the present source configuration requires; NI-DCPower performs a sourcing power check. If the required power is greater than the maximum sourcing power, the device does not exceed the maximum power, and NI-DCPower returns an error.
Manual1060 The device attempts to source, on each active channel, the power you request with the RequestedPowerAllocation property; NI-DCPower performs a sourcing power check. If the requested power is either less than the required power for the present source configuration or greater than the maximum sourcing power, the device does not exceed the requested or allowed power, respectively, and NI-DCPower returns an error.

See Also

Log in to get a better experience