DigitalConditionalJumpTrigger.OutputTerminal Property
- Updated2023-11-24
- 1 minute(s) read
DigitalConditionalJumpTriggerOutputTerminal Property
Gets or sets the destination terminal for exporting the DigitalConditionalJumpTrigger.
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: StringThe destination terminal for exporting the DigitalConditionalJumpTrigger. 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.