MATLAB XPC TARGET RELEASE NOTES Guide de l'utilisateur Page 32

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 531
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 31
2 Targets and Scopes in the MATLAB
®
Interface
sc1
The current s cope properties are uploaded to the host PC, and then
MATLAB displays a lis t of the scope o bject properties with the updated
values. Because
sc1 is a vector with a single element, you could also type
sc1(1) or sc1([1]).
Note Only scopes with type host store data in the properties
scope_object.Time and scope_object.Data.
For a list of target obje ct properties with a des cription, see the targ et function
get (target application object).
DisplayingScopeObjectPropertiesforAllScopes
To list the properties of all scope objects ass ociated with the target object tg,
In the MATLAB window, type
getscope(tg) or tg.getscope
MATLAB displays a list of all scope objects associated with the target
object.
Alternatively, type
allscopes = getscope(tg)
or
allscopes = tg.getscope
The current s cope properties are uploaded to the host PC, and then
MATLAB displays a list of all the scope object properties with the updated
values. To list some of the scopes, use the vector index. For example, to list
the first and third scopes, type
allscopes([1,3]).
For a list of target obje ct properties with a des cription, see the targ et function
get (target application object).
2-8
Vue de la page 31
1 2 ... 27 28 29 30 31 32 33 34 35 36 37 ... 530 531

Commentaires sur ces manuels

Pas de commentaire