NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerSourceCompleteEvent.OutputTerminal Property

  • Updated2024-01-04
  • 1 minute(s) read
DCPowerSourceCompleteEvent.OutputTerminal Property

DCPowerSourceCompleteEventOutputTerminal Property

Gets or sets the output terminal for exporting the DCPowerSourceCompleteEvent. 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.Fx40 (in NationalInstruments.ModularInstruments.NIDCPower.Fx40.dll) Version: 2023

Syntax

public DCPowerSourceCompleteEventOutputTerminal OutputTerminal { get; set; }
Public Property OutputTerminal As DCPowerSourceCompleteEventOutputTerminal
	Get
	Set

Property Value

Type: DCPowerSourceCompleteEventOutputTerminal
Specifies an object of type OutputTerminal.

Remarks

Note Note
The NI PXI-4110 and NI PXI-4130 do not support this property.

See Also

Log in to get a better experience