DAQTriggers.GetStartTriggerChannel Method
- Updated2023-02-21
- 2 minute(s) read
Gets the Start Trigger channel under the current DAQTriggers section. This reference is valid only if the section contains a StartTrigger whose TriggerType is Software.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetStartTriggerChannel As DAQTaskCommand |
| C# |
|---|
public DAQTaskCommand GetStartTriggerChannel() |
| Visual C++ |
|---|
public: DAQTaskCommand^ GetStartTriggerChannel() |
Return Value
A DAQTaskCommand reference to the Start Trigger channel.
Remarks
The value of the Start Trigger channel determines whether a DAQTriggerSoftware trigger starts an acquisition.