xPC Target | ![]() ![]() |
Scope Object Methods
When using the target PC command-line interface, you use scope object methods to start a scope, and add signal traces. Notice that the methods addscope
and remscope
are target object methods on the host PC, and notice the difference between a signal index (0, 1, . . .) and a signal name (S0, S1, . . .).
The following table lists the syntax for the target commands that you can use on the target PC. The MATLAB equivalent syntax is shown in the right column. The target object name tg
and the scope object name sc
are used as an example for the MATLAB methods.
![]() | Target Object Properties | Scope Object Properties | ![]() |