NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputSourceOutput Class

  • Updated2024-01-04
  • 3 minute(s) read
DCPowerOutputSourceOutput Class

DCPowerOutputSourceOutput Class

Contains properties related to NI-DCPower channel specific operations.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
    NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputSourceOutput

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

Syntax

public sealed class DCPowerOutputSourceOutput : DCPowerSubObject
Public NotInheritable Class DCPowerOutputSourceOutput
	Inherits DCPowerSubObject

The DCPowerOutputSourceOutput type exposes the following members.

Properties

  NameDescription
Public propertyConnected
Gets or sets whether the output relay is connected (closed) or disconnected (open). The Enabled property does not change based on this property; they are independent of each other. Set this property to false to disconnect the output terminal from the output.
Public propertyEnabled
Gets or sets whether to enable or disable generation on the specified channel(s). Depending on the value you specify for the Function property, you also must set the VoltageLevel property or the CurrentLevel property in addition to enabling the output.
Public propertyFunction
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:
Public propertyResistance
Gets or sets the output resistance that the device attempts to generate for the specified channel(s).
Top

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top

Remarks

For more information, refer to NI DC Power Supplies and SMUs Help.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Log in to get a better experience