Specifies the type of trigger to use to start a task.

Syntax

Namespace: NationalInstruments.DAQmx

public enum StartTriggerType

Remarks

Specifies the type of trigger to use to start a task. Use this enumeration to get or set the value of Type.

Members

NameValueDescription
AnalogEdge10099

Trigger when an analog signal signal crosses a threshold.

AnalogMultiEdge16108

Trigger when any of the configured analog signals cross their respective thresholds.

DigitalEdge10150

Trigger on the rising or falling edge of a digital signal.

DigitalPattern10398

Trigger when digital physical channels match a digital pattern.

AnalogWindow10103

Trigger when an analog signal enters or leaves a range of values. The range is in the units of the measurement.

Time15996

Trigger when a specified time is reached.

None10230

Disable triggering for the task.