get
Get property values
Syntax
get(req)
get(req,PropertyName)
Description
get(
returns
the value of all properties of the requirement object (req
)sdo.requirements.StepResponseEnvelope
,
...).
get(
returns value
of a specific property. Use a cell array of property names to return
a cell array with multiple property values.req
,PropertyName
)
Input Arguments
|
Requirement object ( |
|
Name of the requirement object ( |
Alternatives
You can access data in properties using dot notation:
object.PropertyName
Version History
Introduced in R2011b