NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputSourceOutput.Resistance Property

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

DCPowerOutputSourceOutputResistance Property

Gets or sets the output resistance that the device attempts to generate for the specified channel(s).

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

Syntax

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

Property Value

Type: Double
The default value is 0.0.

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.
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.

Depending on the instrument, output resistance is configurable only if you set the DCPowerSourceOutputFunction enumeration of the channel as follows:

Valid values vary by instrument. Refer to the instrument specifications or the Programmable Output Resistance topic for your instrument for more information about supported values.

Note Note
Using the MergedChannels property to merge instrument outputs affects the valid output resistance range you can program. Refer to Effect of Merging Channels on Other Functions and Properties in the NI DC Power Supplies and SMUs Help for details.

See Also

Log in to get a better experience