xPC Target | ![]() ![]() |
Return the property values for scope objects
Syntax
get(scope_object_vector
) get(scope_object_vector
, 'scope_object_property
') get(scope_object_vector
,scope_object_property_vector
)
Arguments
target_object |
Name of a target object. |
scope_object_vector |
Name of a single scope, or name of a vector of scope objects. |
scope_object_property |
Name of a scope object property. |
Description
Method of a scope object. Gets the value of readable scope object properties from a scope object or the same property from each scope object in a vector of scope objects.
Examples
List all of the readable properties, along with their current values. This is given in the form of a structure, whose field names are the property names and field values are property values.
List the value for the scope object property Type
. Notice that the property name is a string, in quotes, and is not case sensitive.
See Also
The xPC Target scope object method set
. The target object methods get
and set
. The built in MATLAB functions get
and set
.
![]() | addsignal | remsignal | ![]() |