MATLAB IMAGE ACQUISITION TOOLBOX - RELEASE NOTES Betriebsanweisung Seite 467

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 574
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 466
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
Seitenansicht 466
1 2 ... 462 463 464 465 466 467 468 469 470 471 472 ... 573 574

Kommentare zu diesen Handbüchern

Keine Kommentare