GetTrigger Method

NI Vision for Visual Basic

GetTrigger Method

Syntax

CWIMAQ.GetTrigger Line, Action, Polarity

Purpose

Obsolete—Use CWIMAQSignals instead.

Gets the action and polarity for a trigger line.

Remarks

Call this method to check the settings of a trigger line. Configure triggering operations using the SetTrigger method and the StartCondition property.

Parameters

Line As CWIMAQTriggerLines

Trigger Line.

Action As CWIMAQTriggerActions

Trigger Action.

Polarity As CWIMAQTriggerPolarities

Trigger Polarity.

See Also

CWIMAQSignals