User`s guide
set
Purpose Configure or display image acquisition object properties
Syntax set(obj)
prop_struct = set(ob j)
set(obj,PropertyName)
prop_cell = set(obj, PropertyName)
set(obj,PropertyName,PropertyVal ue,...)
set(obj,S)
set(obj,PN,PV)
Description set(obj) displays property names and any enumerated values for all
configurable properties of image acquisition object
obj. ob j must be
a si n gle image acquisition object.
prop_struct = set(ob j) returns the property names and any
enumerated values for all configurable properties of image acquisition
object
obj. obj must be a single image acquisition object. The return
value
prop_struct is a structure whose field names are the property
names of
obj, and whose values are cell arrays of possible property
values or empty cell arrays if the property does not have a finite set
of possible string values.
set(obj,PropertyName) displaysthepossiblevaluesforthespecified
property,
PropertyName, o f image acquisi t ion object obj. obj must be
a single image acquisition object. Use the
set(obj) syntax to get a
list of all the properties for a particular imag e acquisition object th at
can be set.
prop_cell = set(obj, PropertyName) returns the possible values
for the specified property,
PropertyName, of image acquisition object
obj. obj m us t be a single image acquisition object. The returned array
prop_cell is a cell array of possible value strings or an empty cell array
if the property does not have a finite set of possible string values.
set(obj,PropertyName,PropertyVal ue,...) configures the property
specified by the text string
PropertyName to the value specified by
PropertyValue for image acquisition object obj. You can specify
multiple property name/property value pairs in a single statement.
obj
can b e a si ngle image acquisition object or a vector of image acquisition
12-50