MATLAB XPC TARGET RELEASE NOTES User's Guide Page 387

  • Download
  • Add to my manuals
  • Print
  • Page
    / 531
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 386
getscope
the target PC. To change the number of samples, you need to create a
scope object and then change the scope object property
NumSamples.
sc1 = getscope(tg,1) or sc1 = tg.getscope(1)
sc1.NumSample = 500
The following example gets the properties of all scopes on the target PC
and creates a vector of scope objects on the host PC. If the target object
has more than one scope, it create a vector of scope objects.
scvector = getscope(tg)
See Also xPC Target target object methods getxpcenv and remscope.
xPC Target demo scripts listed in “xPC Target Demos” on page 6-9.
18-63
Page view 386
1 2 ... 382 383 384 385 386 387 388 389 390 391 392 ... 530 531

Comments to this Manuals

No comments