simscape.op.Target
Variable initialization target object
Description
Target
objects contain data necessary for model
initialization. Each Target
object consists of a variable value, unit,
and initialization priority. Target
objects are part of the data tree
hierarchy of an OperatingPoint
object. Use Target
objects to add or manipulate initialization data saved in the
OperatingPoint
object. You can then use the data to initialize
another model, or the same model before another simulation run.
Creation
Syntax
Description
t = simscape.op.Target()
creates a
Target
object with default properties.
t = simscape.op.Target(
uses a simscapeValue
)simscape.Value
object to set the Value property of the Target
object. It creates
a Target
object with the Value property set to the numeric value and unit of the
simscape.Value
object.
t = simscape.op.Target(
creates a simscapeValue
,priority
)Target
object with the Value property set to the numeric value and unit of the
simscape.Value
object and the Priority property set to the provided variable initialization
priority.
Input Arguments
Properties
Examples
Version History
Introduced in R2017b