xPC Target    

Displaying Scope Object Properties for a Single Scope

To list the properties of a single scope object sc1:

  1. In the MATLAB window, type
  1. MATLAB creates the scope object sc1 from a previously created scope.

  1. Type
  1. The current scope properties are uploaded to the host PC, and then MATLAB displays a list of the scope object properties with the updated values. Because sc1 is a vector with a single element, you could also type sc1(1) or sc1([1]).

For a list of target object properties with a description, see Target Object Properties.


  Using Scope Objects Displaying Scope Object Properties for All Scopes