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

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: DCPowerSourceOutputFunctionThe default value is DCVoltage.
Remarks
![]() |
---|
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively. |