User`s guide

8 Test Suite for Adaptor Writers
8-14
Function Purpose
runAutomatedRepeated
AcquisitionTest
For automated testing, run automated repeated
acquisition test. This test does 25 acquisitions
from the same device.
For an imaqkit.AdaptorTest object called
testObj, use this syntax:
testObj.runAutomatedRepeatedAcquisitionTest
runAutomatedImmediate
TriggerTest
For automated testing, run automated trigger
test for immediate triggering. This test checks
acquiring images in Immediate trigger mode.
It checks the number of acquired frames for
acquisition with immediate trigger.
For an imaqkit.AdaptorTest object called
testObj, use this syntax:
testObj.runAutomatedImmediateTriggerTest
runAutomatedManualTrigger
Test
For automated testing, run automated trigger
test for manual triggering. This test checks
acquiring images in Manual trigger mode. It
checks that frames are not acquired when the
imaqkit.AdaptorTest object is waiting for a
trigger, as well as number of acquired frames
(once triggered).
For an imaqkit.AdaptorTest object called
testObj, use this syntax:
testObj.runAutomatedManualTriggerTest