User`s guide

set
17-75
set
Configure or display image acquisition object properties
Syntax
set(obj)
prop_struct = set(obj)
set(obj,PropertyName)
prop_cell = set(obj,PropertyName)
set(obj,PropertyName,PropertyValue,...)
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. obj must be a single image acquisition object.
prop_struct = set(obj) 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) displays the possible values for the specified property,
PropertyName, of image acquisition 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 image
acquisition object that can be set.
prop_cell = set(obj,PropertyName) returns the possible values for the specified
property, PropertyName, of image acquisition object obj. obj must 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,PropertyValue,...) configures the property specified
by the text string PropertyName to the value specified by PropertyValue for image