User`s guide
Using the Test Suite Functions and Properties
8-15
Function Purpose
runAutomatedHardware
TriggerTest
For automated testing, run automated trigger
test for hardware triggering. This test checks
the imaqkit.AdaptorTest object in hardware
trigger mode. It checks that frames are not
acquired when the object is waiting for a trigger.
To test triggering using hardware trigger, refer to
Image Acquisition Toolbox documentation.
For an imaqkit.AdaptorTest object called
testObj, use this syntax:
testObj.runAutomatedHardwareTriggerTest
runInteractiveDevice
PropertiesTest
For interactive testing, run interactive device
properties test. This tests device-specific property
values in the Property Inspector. This test checks
device properties interactively. by opening a
preview window and the property inspector.
You can modify the properties from the property
inspector and observe the changes in the preview
window.
For an imaqkit.AdaptorTest object called
testObj, use this syntax:
testObj.runInteractiveDevicePropertiesTest
runInteractiveMultiple
DeviceAcquisitionTest
For interactive testing, run interactive multiple
device acquisition test. This test checks
simultaneous acquisition from two devices. Before
running this test, at least two devices should
be connected and their Device ID and Format
information obtained using imaqhwinfo.
For an imaqkit.AdaptorTest object called
testObj, use this syntax:
testObj.runInteractiveMultipleDeviceAcquisition
Test(testObj, deviceId1, deviceFormat1,
deviceId2, deviceFormat2)