getPIL
Class: matlabshared.targetsdk.Target
Namespace: matlabshared.targetsdk
Get the Processor-In-the-Loop (PIL) configuration for a target
Syntax
pilObjs = getPIL(targetObj)
pilObjs = getPIL(targetObj,'mapped')
pilObjs = getPIL(targetObj,'mapped',hardwareObject)
pilObjs = getPIL(targetObj,'unmapped')
pilObjs = getPIL(targetObj,'reference')
pilObjs = getPIL(targetObj,'name',pilName)
Description
returns all pilObjs
= getPIL(targetObj
)PIL
objects mapped to the Target
object or the Reference Target
.
returns all the pilObjs
= getPIL(targetObj
,'mapped')PIL
objects mapped to Target
object.
returns all pilObjs
= getPIL(targetObj
,'mapped',hardwareObject
)PIL
objects mapped to the Target
object
and Hardware
object.
returns all pilObjs
= getPIL(targetObj
,'unmapped')PIL
objects only mapped to the Reference
Target
and can be mapped to the Target
object.
returns all pilObjs
= getPIL(targetObj
,'reference')PIL
objects mapped to the Reference
Target
of the Target
object.
returns the pilObjs
= getPIL(targetObj
,'name',pilName
)PIL
object with Name
property equal to
the pilName
argument.
Input Arguments
Output Arguments
Version History
Introduced in R2015a