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

DCPowerOutputSourceOutput Class
Contains properties related to NI-DCPower channel specific operations.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputSourceOutput
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
Name | Description | |
---|---|---|
![]() | Connected |
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.
|
![]() | Enabled |
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.
|
![]() | Function |
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: |
![]() | Resistance |
Gets or sets the output resistance that the device attempts to generate for the specified channel(s).
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.