DCPowerOutputCutoffReason Enumeration
- Updated2024-01-04
- 1 minute(s) read

DCPowerOutputCutoffReason Enumeration
The output cutoff conditions to query or clear.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023
Syntax
public enum DCPowerOutputCutoffReason
Public Enumeration DCPowerOutputCutoffReason
Members
Member name | Value | Description | |
---|---|---|---|
OutputCutoffReasonAll | -1 | Any output cutoff condition. | |
OutputCutoffReasonVoltageOutputHigh | 1 | The output exceeded the high cutoff limit for voltage output. | |
OutputCutoffReasonVoltageOutputLow | 2 | The output fell below the low cutoff limit for voltage output. | |
OutputCutoffReasonCurrentMeasureHigh | 4 | The measured current exceeded the high cutoff limit for current output. | |
OutputCutoffReasonCurrentMeasureLow | 8 | The measured current fell below the low cutoff limit for current output. | |
OutputCutoffReasonVoltageChangeHigh | 16 | The voltage slew rate increased beyond the positive change cutoff for voltage output. | |
OutputCutoffReasonVoltageChangeLow | 32 | The voltage slew rate decreased beyond the negative change cutoff for voltage output. | |
OutputCutoffReasonCurrentChangeHigh | 64 | The current slew rate increased beyond the positive change cutoff for current output. | |
OutputCutoffReasonCurrentChangeLow | 128 | The current slew rate decreased beyond the negative change cutoff for current output. | |
OutputCutoffReasonCurrentSaturated | 512 | The measured current saturates the current range. | |
OutputCutoffReasonVoltageMeasureHigh | 1024 | The measured voltage exceeded the high cutoff limit for voltage output. | |
OutputCutoffReasonVoltageMeasureLow | 2048 | The measured voltage fell below the low cutoff limit for voltage output. |