| Contents | Index |
The TriggerType property indicates the type of trigger used by the video input object. Triggers initiate data acquisition.
You use the triggerconfig function to specify one of the following values for this property.
Trigger Type | Description |
|---|---|
'hardware' | Trigger executes when a specified condition is met. You specify the condition using the TriggerCondition property and you specify the hardware source to monitor for the condition in the TriggerSource property. You use the triggerconfig function to set the values of these properties. |
'immediate' | Trigger executes immediately after you call the start function. |
'manual' | Trigger executes immediately after you call the trigger function. |
Default value is enclosed in braces ({}).
Access | Read only. Use the triggerconfig function to set the value of this property. |
Data type | String |
Values | [ 'hardware' | {'immediate'} | 'manual' ] The 'hardware' option is only included for devices that support hardware triggers. |
trigger, triggerconfig, triggerinfo
TriggerCondition, TriggerSource

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |