User`s guide

triggerconfig
Purpose Configure video input object trigger properties
Syntax triggerconfig(obj,type)
triggerconfig(obj,type,condit ion)
triggerconfig(obj,type,condit ion,source)
config = triggerconf ig(obj)
triggerconfig(obj,config)
Description triggerconfig(obj,type) configures the value of the TriggerType
property of the video input object obj to the value specified by
the text string
type.ForalistofvalidTriggerType values, use
triggerinfo(obj). type must specify a unique trigger configuration.
obj can be either a single video input object or an array of video input
objects. If an error occurs, any video input objects in the array that have
already been configured are returned to their original configurations.
triggerconfig(obj,type,condit ion) configures the values of
the
TriggerType and TriggerCondition properties of the video
input object
obj to the values specified by the text strings type and
condition. For a list of valid TriggerType and TriggerCondition
values, use triggerinfo(obj). type and condition must specify a
unique trigger configuration.
triggerconfig(obj,type,condit ion,source) configures the values o f
the
TriggerType, Tr iggerCondition,andTriggerSource properties
of the video input object
obj to the values specified by the text
strings
type, conditi on,andsource, respectively. For a list of valid
TriggerType, Tr iggerCondition,andTriggerSource values, use
triggerinfo(obj).
config = triggerconf ig(obj) returns a MATLAB structure config
containing the object’s current trigger configuration. obj must be a
1-by-1 video input object. T he field names of
config are TriggerType,
TriggerCondition,andTriggerSource. Each field contai ns the
current value of the object’s property.
triggerconfig(obj,config) configures the TriggerTyp e,
TriggerCondition,andTriggerSource property values for video
12-57