NI-DCPower .NET fx40 API Reference

Table of Contents

DCPowerSequenceEngineDoneEvent.OutputTerminal Property

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

DCPowerSequenceEngineDoneEventOutputTerminal Property

Gets or sets the output terminal for exporting the SequenceEngineDoneEvent event. 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 DCPowerSequenceEngineDoneEventOutputTerminal OutputTerminal { get; set; }
Public Property OutputTerminal As DCPowerSequenceEngineDoneEventOutputTerminal
	Get
	Set

Property Value

Type: DCPowerSequenceEngineDoneEventOutputTerminal
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