NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerOutputCutoffReason Enumeration

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

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 nameValueDescription
OutputCutoffReasonAll-1 Any output cutoff condition.
OutputCutoffReasonVoltageOutputHigh1 The output exceeded the high cutoff limit for voltage output.
OutputCutoffReasonVoltageOutputLow2 The output fell below the low cutoff limit for voltage output.
OutputCutoffReasonCurrentMeasureHigh4 The measured current exceeded the high cutoff limit for current output.
OutputCutoffReasonCurrentMeasureLow8 The measured current fell below the low cutoff limit for current output.
OutputCutoffReasonVoltageChangeHigh16 The voltage slew rate increased beyond the positive change cutoff for voltage output.
OutputCutoffReasonVoltageChangeLow32 The voltage slew rate decreased beyond the negative change cutoff for voltage output.
OutputCutoffReasonCurrentChangeHigh64 The current slew rate increased beyond the positive change cutoff for current output.
OutputCutoffReasonCurrentChangeLow128 The current slew rate decreased beyond the negative change cutoff for current output.
OutputCutoffReasonCurrentSaturated512 The measured current saturates the current range.
OutputCutoffReasonVoltageMeasureHigh1024 The measured voltage exceeded the high cutoff limit for voltage output.
OutputCutoffReasonVoltageMeasureLow2048 The measured voltage fell below the low cutoff limit for voltage output.

See Also

Log in to get a better experience