NI-Digital Pattern Driver .NET Class Library

Table of Contents

DigitalStartTrigger.OutputTerminal Property

  • Updated2023-11-24
  • 1 minute(s) read
DigitalStartTrigger.OutputTerminal Property

DigitalStartTriggerOutputTerminal Property

Gets or sets the destination terminal for exporting the start trigger.

Namespace:  NationalInstruments.ModularInstruments.NIDigital
Assembly:  NationalInstruments.ModularInstruments.NIDigital.Fx40 (in NationalInstruments.ModularInstruments.NIDigital.Fx40.dll) Version: 2021

Syntax

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

Property Value

Type: String
The destination terminal for exporting the start trigger. The default value is "".

Remarks

Terminals can be specified in one of two ways. If the digital pattern instrument 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.

See Also

Log in to get a better experience