NI-DCPower .NET fx45 API Reference

DCPowerOutputSourceAdvanced Class

  • Updated2024-01-04
  • 2 minute(s) read
DCPowerOutputSourceAdvanced Class

DCPowerOutputSourceAdvanced Class

Properties for controlling the advanced features of the source unit.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
    NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputSourceAdvanced

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

Syntax

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

The DCPowerOutputSourceAdvanced type exposes the following members.

Properties

  NameDescription
Public propertyOutputCapacitance
Specifies whether to use a low or high capacitance on the output for the specified channel(s).
Public propertyOvpEnabled
Gets or sets whether to enable or disable overvoltage protection (OVP).
Public propertySourceDelay
Determines when, in seconds, the device generates the Source Complete event, potentially starting a measurement if the MeasureWhen attribute is set to AutomaticallyAfterSourceComplete. Refer to the Single Point Source Mode and Sequence Source Mode topics for more information. Note: The NI PXI-4110 and NI PXI-4130 do not support this attribute.
Top

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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

See Also