NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputSource.ConductionVoltageMode Property

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

DCPowerOutputSourceConductionVoltageMode Property

Specifies whether the conduction voltage feature is enabled on the specified channel(s).

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

Syntax

public DCPowerConductionVoltageMode ConductionVoltageMode { get; set; }
Public Property ConductionVoltageMode As DCPowerConductionVoltageMode
	Get
	Set

Property Value

Type: DCPowerConductionVoltageMode
Whether the conduction voltage feature is enabled on the specified channel(s).

Remarks

When the conduction voltage feature is enabled:

  • The instrument will not begin sinking on the specified channel(s) until the voltage at the input of the specified channel(s) rises above ConductionVoltageOnThreshold.
  • The instrument will stop sinking on the specified channel(s) if the voltage at the input of the specified channel(s) falls below ConductionVoltageOffThreshold.

When the conduction voltage feature is disabled, the instrument will start sinking on the specified channel(s) regardless of the voltage at the input of the specified channel(s).

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