NI-DCPower .NET fx45 API Reference

Table of Contents

DCPowerOutputSourceOutputCutoff Class

  • Updated2024-01-04
  • 4 minute(s) read
DCPowerOutputSourceOutputCutoff Class

DCPowerOutputSourceOutputCutoff Class

Properties for controlling output cutoff limits for supported instruments.

Inheritance Hierarchy

SystemObject
  NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
    NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputSourceOutputCutoff

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

Syntax

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

The DCPowerOutputSourceOutputCutoff type exposes the following members.

Properties

  NameDescription
Public propertyCurrentChangeLimitHigh
Specifies a limit for positive current slew rate, in amps per microsecond, for output cutoff. If the current increases at a rate that exceeds this limit, the output is disconnected.
Public propertyCurrentChangeLimitLow
Specifies a limit for negative current slew rate, in amps per microsecond, for output cutoff. If the current decreases at a rate that exceeds this limit, the output is disconnected.
Public propertyCurrentMeasureLimitHigh
Specifies a high limit current value, in amps, for output cutoff. If the measured current exceeds this limit, the output is disconnected.
Public propertyCurrentMeasureLimitLow
Specifies a low limit current value, in amps, for output cutoff. If the measured current falls below this limit, the output is disconnected.
Public propertyCurrentOverrangeEnabled
Enables or disables current overrange functionality for output cutoff. If enabled, the output is disconnected when the measured current saturates the current range.
Public propertyDelay
Delays disconnecting the output by the time you specify, in seconds, when a limit is exceeded.
Public propertyEnabled
Enables or disables output cutoff functionality. If enabled, you can define output cutoffs that, if exceeded, cause the output of the specified channel(s) to be disconnected.
Public propertyVoltageChangeLimitHigh
Specifies a limit for positive voltage slew rate, in volts per microsecond, for output cutoff. If the voltage increases at a rate that exceeds this limit, the output is disconnected.
Public propertyVoltageChangeLimitLow
Specifies a limit for negative voltage slew rate, in volts per microsecond, for output cutoff. If the voltage decreases at a rate that exceeds this limit, the output is disconnected.
Public propertyVoltageMeasureLimitHigh
Specifies a high limit voltage value, in volts, for output cutoff. If the measured voltage exceeds this limit, the output is disconnected.
Public propertyVoltageMeasureLimitLow
Specifies a low limit voltage value, in volts, for output cutoff. If the measured voltage falls below this limit, the output is disconnected.
Public propertyVoltageOutputLimitHigh
Specifies a high limit voltage value, in volts, for output cutoff. If the voltage output exceeds this limit, the output is disconnected.
Public propertyVoltageOutputLimitLow
Specifies a low limit voltage value, in volts, for output cutoff. If the voltage output falls below this limit, the output is disconnected.
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

Remarks

When an output cutoff is engaged, the output of the channel(s) is disconnected.

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