VeriStand .NET API Reference

DAQTriggers.GetStartTriggerChannel Method

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.SystemDefinitionAPI
Assembly: 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.

See Also

Log in to get a better experience