User`s guide

imaqhelp
Purpose Image acquisition object function and property help
Syntax imaqhelp
imaqhelp(Name)
imaqhelp(obj)
imaqhelp(obj,Name)
out = imaqhelp(...)
Description imaqhelp provides a complete listing of image acquisition object
functions.
imaqhelp(Name) pro vide s online help for the function or property
specified by the text string
Name.
imaqhelp(obj) displays a listing of functions and properties for the
image acquisition object
obj along with the online help for the object’s
constructor.
obj must be a 1-by-1 image acquisition object.
imaqhelp(obj,Name) displays the h elp for the function or property
specified by the text string
Name for the image acquisition object obj.
If
Name is a device-specific property name, obj m ust be provided.
out = imaqhelp(...) returns the help text in string out.
When pro perty help is displayed, the n a mes in the “See Also” section
that contain all uppercase letters are function name s. The names that
contain a mixture of upper- and lowercase letters are p roperty names.
When function help is displayed, the “See Also” section contains only
function names.
Examples Getting general function and property help.
imaqhelp('videoinput')
out = imaqhelp('videoi nput');
imaqhelp set
imaqhelp LoggingMo de
Getting property help with device-s pecific information.
12-18