DigitalPatternOpcodeEvent.OutputTerminal Property
- Updated2023-11-24
- 1 minute(s) read
DigitalPatternOpcodeEventOutputTerminal Property
Gets or sets the destination terminal for exporting the DigitalPatternOpcodeEvent.
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 DigitalPatternOpcodeEvent. The default value is "".
Remarks
You can specify terminals 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.