MATLAB XPC TARGET RELEASE NOTES Podręcznik Użytkownika Strona 331

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 330
addsignal
Display a list of properties and values for the scope object sc1 with the
property
Signals, as shown below.
sc1.Signals
Signals = 1 : Signal Generator
0 : Integrator1
Another way to add signals without using the method addsignal is to
use the scope object method
set.
set(sc1,'Signals', [0,1]) or sc1.set('signals',[0,1]
Or, to directly assign signal values to the scope object property Signals,
sc1.signals = [0,1]
See Also The xPC Target scope object methods remsignal and set (scope
object)
.
The target object methods
addscope and getsignalid
18-7
Przeglądanie stron 330
1 2 ... 326 327 328 329 330 331 332 333 334 335 336 ... 530 531

Komentarze do niniejszej Instrukcji

Brak uwag