NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputSource.RequestedPowerAllocation Property

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerOutputSource.RequestedPowerAllocation Property

DCPowerOutputSourceRequestedPowerAllocation Property

Gets or sets the power, in watts, to request the device to source from each active channel.

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

Syntax

public double RequestedPowerAllocation { get; set; }
Public Property RequestedPowerAllocation As Double
	Get
	Set

Property Value

Type: Double
Returns a double value that is the amount of power, in watts, requested to be allocated for the channel.
  • The default value is 0.
  • Valid values are [0, device per-channel maximum power].

Remarks

This property defines the power to source from the device only if the PowerAllocationMode property is set to Manual.

The power you request with this property may be incompatible with the power a given source configuration requires or the power the device can provide:

IncompatibilityBehavior
Requested power < power required for source configuration
  • Device does not exceed the requested power
  • NI-DCPower returns an error
Requested power > maximum per-channel or overall sourcing power
  • Device does not exceed the allowed power
  • NI-DCPower returns an error
Note Note
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
Note Note
This property is not supported by all instruments. Refer to the Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.

See Also

Log in to get a better experience