ClearLatchedOutputCutoffState(string, DCPowerOutputCutoffReason)
- Updated2025-10-06
- 1 minute(s) read
Clears the state of an output cutoff that was engaged.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public void ClearLatchedOutputCutoffState(string channelString, DCPowerOutputCutoffReason outputCutoffReason)
Remarks
To clear the state for all output cutoff reasons, use OutputCutoffReasonAll.
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
This method is not supported by all instruments. Refer to the Supported Functions by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.
Parameters
| Name | Type | Description |
|---|---|---|
| channelString | string | Specifies the channels to query. Specify the channel(s) using the form PXI1Slot3/0,PXI1Slot3/2-3,PXI1Slot4/2-3 or PXI1Slot3/0,PXI1Slot3/2:3,PXI1Slot4/2:3, where PXI1Slot3 and PXI1Slot4 are instrument resource names and 0, 2, and 3 are channels. If you do not provide channel(s), all channels in the session are used. |
| outputCutoffReason | DCPowerOutputCutoffReason | Specifies the reasons for which to clear the output cutoff state. |