MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Podręcznik Użytkownika Strona 548

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 547
18 Properties — Alphabetical List
18-58
TriggerRepeat
Specify number of additional times to execute trigger
Description
The TriggerRepeat property specifies the number of additional times you want
the object to execute a trigger. This table describes the behavior for several typical
TriggerRepeat values.
Value Behavior
0 (default) 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 FramesPerTrigger 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, trigger
Przeglądanie stron 547
1 2 ... 543 544 545 546 547 548 549 550 551 552 553 ... 573 574

Komentarze do niniejszej Instrukcji

Brak uwag