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

DCPowerOutputSourceOutputCutoff Class
Properties for controlling output cutoff limits for supported instruments.
Inheritance Hierarchy
SystemObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerSubObject
NationalInstruments.ModularInstruments.NIDCPowerDCPowerOutputSourceOutputCutoff
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
Name | Description | |
---|---|---|
![]() | CurrentChangeLimitHigh |
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.
|
![]() | CurrentChangeLimitLow |
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.
|
![]() | CurrentMeasureLimitHigh |
Specifies a high limit current value, in amps, for output cutoff. If the measured current exceeds this limit, the output is disconnected.
|
![]() | CurrentMeasureLimitLow |
Specifies a low limit current value, in amps, for output cutoff. If the measured current falls below this limit, the output is disconnected.
|
![]() | CurrentOverrangeEnabled |
Enables or disables current overrange functionality for output cutoff. If enabled, the output is disconnected when the measured current saturates the current range.
|
![]() | Delay |
Delays disconnecting the output by the time you specify, in seconds, when a limit is exceeded.
|
![]() | Enabled |
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.
|
![]() | VoltageChangeLimitHigh |
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.
|
![]() | VoltageChangeLimitLow |
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.
|
![]() | VoltageMeasureLimitHigh |
Specifies a high limit voltage value, in volts, for output cutoff. If the measured voltage exceeds this limit, the output is disconnected.
|
![]() | VoltageMeasureLimitLow |
Specifies a low limit voltage value, in volts, for output cutoff. If the measured voltage falls below this limit, the output is disconnected.
|
![]() | VoltageOutputLimitHigh |
Specifies a high limit voltage value, in volts, for output cutoff. If the voltage output exceeds this limit, the output is disconnected.
|
![]() | VoltageOutputLimitLow |
Specifies a low limit voltage value, in volts, for output cutoff. If the voltage output falls below this limit, the output is disconnected.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (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
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.