NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerAdvanced.AuxiliaryPowerSourceAvailable Property

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerAdvanced.AuxiliaryPowerSourceAvailable Property

DCPowerAdvancedAuxiliaryPowerSourceAvailable Property

Gets whether an auxiliary power source is connected to the device.

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

Syntax

public bool AuxiliaryPowerSourceAvailable { get; }
Public ReadOnly Property AuxiliaryPowerSourceAvailable As Boolean
	Get

Property Value

Type: Boolean
A value of false indicates that the auxiliary input fuse has blown.

Remarks

Note Note
This property is not supported in sessions initialized with the NIDCPower(String, Boolean, String) constructor.
For more information about internal and auxiliary power, refer to the Detecting Internal/Auxiliary Power topic in the NI DC Power Supplies and SMUs Help.
Note Note
This property does not necessarily indicate whether the device is using the auxiliary power source to generate power. Use the PowerSourceInUse property to retrieve this information.

See Also

Log in to get a better experience