MATLAB XPC TARGET RELEASE NOTES Betriebsanweisung Seite 417

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 531
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 416
Remove (env collection object)
Purpose Remove specific xPC Target environment object
Syntax MATLAB command line
env_collection_object.Remove('env_collection_object_name' )
Description Method of xpctarget.targets objects. Remove removes an existing
xPC Target environment object from the environment collection. Note
that if you remove the target environment object o f the default target
PC, the next target environment object becom es the default targe t PC.
Examples Remove an xPC Target environment collection object from the system.
Assume that
tgs represents the target object collection environment.
tgs=xpctarget.targets;
get(tgs)
CCompiler: 'VisualC'
CompilerPath: 'd:\applications\Microsoft Visual Studi o'
DefaultTarget: [1x1 xpctarget.env]
NumTargets: 2
tgs.getTargetNames
ans =
'TargetPC1'
'TargetPC2'
tgs.Remove('TargetPC2')
ans =
1
See Also xPC Target methods for the xPC Target environment collection object
method
xpctarget.targets, set (env co lle ction object), get
(env collection object)
18-93
Seitenansicht 416
1 2 ... 412 413 414 415 416 417 418 419 420 421 422 ... 530 531

Kommentare zu diesen Handbüchern

Keine Kommentare