DCPowerOutputPulseCompleteEvent.OutputTerminal Property
- Updated2024-01-04
- 2 minute(s) read

DCPowerOutputPulseCompleteEventOutputTerminal Property
Gets or sets the output terminal for exporting the PulseCompleteEvent.
Output terminals can be specified in one of two ways. If the device is named Dev1 and your terminal is PXI_Trig0, you can specify the terminal with the fully qualified terminal name, /Dev1/PXI_Trig0, or with the shortened terminal name, PXI_Trig0.
Namespace: NationalInstruments.ModularInstruments.NIDCPower
Assembly: NationalInstruments.ModularInstruments.NIDCPower.Fx45 (in NationalInstruments.ModularInstruments.NIDCPower.Fx45.dll) Version: 2023
Syntax
public DCPowerPulseCompleteEventOutputTerminal OutputTerminal { get; set; }
Public Property OutputTerminal As DCPowerPulseCompleteEventOutputTerminal Get Set
Property Value
Type: DCPowerPulseCompleteEventOutputTerminalSpecifies the DCPowerPulseCompleteEventOutputTerminal value.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | The property was accessed after the associated NIDCPower object was disposed. |
OperationNotSupportedException | The property was accessed to unsupported hardware. |
SelectorNameException | The property was accessed with an unknown channel name. |
ArgumentNullException | The property was set with a null output terminal. |
IviCDriverException | The underlying NI-DCPower driver returned an error. |
Remarks
![]() |
---|
This property is not supported by all instruments. Refer to the Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments. |
Specify the output terminal using the form /Dev1/PXI_Trig0, where Dev1 is the instrument and PXI_Trig0 is the terminal.
![]() |
---|
To use the per-channel version of this property, you must first initialize the session with the NIDCPower(String, Boolean, String) constructor. If the session was initialized with a deprecated constructor, use the per-session version of this property instead or include all channels. |