Specifies the output resistance that the device attempts to generate for the specified channel(s).

Syntax

Namespace: NationalInstruments.ModularInstruments.NIDCPower

public double Resistance { get; set; }

Remarks

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

Note

The channel must be enabled for the specified output resistance to take effect. Refer to the Enabled property for more information about enabling the channel.

Note

Using the MergedChannels property to merge instrument outputs affects the valid output resistance range you can program. Refer to the Merged Channels topic for your device for details.

Note

To specify the resistance level that the device attempts to generate when Function is set to ConstantResistance, use the Level property.

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

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.

Valid Values: Vary by device. Refer to the device specifications for your device for more information about supported values.

Default Value:Refer to the Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for the default value by instrument.