User`s guide
TriggerRepeat
Purpose Specify numbe r of add itio n al times to execute trigger
Description The TriggerRepea t property specifies the number of additional times
you want the object to execute a trigger. This table d escribes the
behavior for several typical
TriggerRepeat va lues.
Value Behavior
0 (defaul t )
Execute the trigger once when the trigger condition
is met.
Any positive
integer
Execute the trigger the specified number of
additional times when the trigger condition is met.
Inf
Keep executing the trigger every time the trigger
condition is met until the
stop function is called
or an error occurs.
To determine how many triggers have executed, check the value of the
TriggersExecuted property.
Note If the Frames PerTrigger property is set to Inf, the object ignores
the value of the
TriggerRepeat property.
Characteristics
Access Read only while running
Data type
double
Values
Any nonnegative integer. The default value is
0 (zero).
See Also Functions
stop, t rigger
Properties
FramesPerTrigger, TriggersExec uted , T riggerType
14-50