NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputSourceOutput.Function Property

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerOutputSourceOutput.Function Property

DCPowerOutputSourceOutputFunction Property

Gets or sets the method that the specified channel(s) attempt to generate. When DCVoltage is selected, a channel generates the desired voltage level on the output as long as the output current is below the current limit. You can use the following properties to configure the channel when DCVoltage is selected: When DCCurrent is selected, a channel generates the desired current level on the output as long as the output voltage is below the voltage limit. You can use the following properties to configure the channel when DCCurrent is selected:

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

Syntax

public DCPowerSourceOutputFunction Function { get; set; }
Public Property Function As DCPowerSourceOutputFunction
	Get
	Set

Property Value

Type: DCPowerSourceOutputFunction
The default value is DCVoltage.

Remarks

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.

See Also

Log in to get a better experience