MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guide de l'utilisateur Page 277

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 575
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 276
get
Purpose Access object properties
Syntax get(cc,'propertyname')
v = get(cc,'propertyname')
get(rx,'propertyname')
get(rx)
v = get(rx)
get(objname,'propertyname')
Description get(cc,'propertyname') returns the property value associated with
propertyname for link cc.
v = get(cc,'propertyname') returns a structure v whose eld names
are the link
cc property names and whose values are the current values
of the corresponding properties.
cc must be a link. If you do not specify
an output argument, MATLAB software displays the information on
the screen.
get(rx,'propertyname') returns the property value associated with
propertyname for link rx.
get(rx) returns all the properties and property values identied by
the link
rx.
v = get(rx) returns a structure v who se eld names are the link
rx property names and whose values are the current values of the
corresponding properties.
rx must be a link. If you do n ot specify an
output argument, M ATLAB software displays the information on the
screen.
get(objname,'propertyname') returns the property value associated
with
propertyname for objname.
Examples After you create a connection for CCS IDE and RTDX , get provides a
way to review the properties of the connection.
cc=ticcs
TICCS object:
7-55
Vue de la page 276
1 2 ... 272 273 274 275 276 277 278 279 280 281 282 ... 574 575

Commentaires sur ces manuels

Pas de commentaire