NI-SWITCH 19.0 .NET Framework 4.0 API Reference

TriggerInput Property

  • Updated2023-02-21
  • 4 minute(s) read
TriggerInput Property
Gets or sets a value which specifies the source of the trigger for which the switch can wait when processing a SwitchScan.List. The switch waits for a trigger when it encounters a semicolon in a SwitchScan.List. When the trigger occurs, the switch advances to the next entry in the SwitchScan.List.

Namespace:  NationalInstruments.ModularInstruments.NISwitch
Assembly:  NationalInstruments.ModularInstruments.NISwitch.Fx40 (in NationalInstruments.ModularInstruments.NISwitch.Fx40.dll) Version: 19.0.0.49152 (19.0.0.49152)
Visual Basic (Declaration)
Public Property TriggerInput As String
C#
public string TriggerInput { get; set; }

Property Value

Type: System..::.String
The values accepted by this property are defined in NISwitch.SwitchScanTriggerInput.

Exceptions

ExceptionCondition
ObjectDisposedException The TriggerInput was accessed after the associated NISwitch.NISwitch object was disposed.

Remarks

See Also