getPIL
Class: soc.sdk.BoardSupport
Namespace: soc.sdk
Get the Processor-In-the-Loop (PIL) configuration for a target
Syntax
pilObjs = getPIL(boardSupportObj)
pilObjs = getPIL(boardSupportObj,'mapped')
pilObjs = getPIL(boardSupportObj,'mapped',hardwareObject)
pilObjs = getPIL(boardSupportObj,'unmapped')
pilObjs = getPIL(boardSupportObj,'reference')
pilObjs = getPIL(boardSupportObj,'name',name)
Description
returns all pilObjs
= getPIL(boardSupportObj
)soc.sdk.PIL
objects mapped to the
soc.sdk.BoardSupport
object or
reference board support.
returns all the pilObjs
= getPIL(boardSupportObj
,'mapped')PIL
objects mapped to BoardSupport
object.
returns all pilObjs
= getPIL(boardSupportObj
,'mapped',hardwareObject
)PIL
objects mapped to the BoardSupport
object and soc.sdk.Hardware
object.
returns all pilObjs
= getPIL(boardSupportObj
,'unmapped')PIL
objects only mapped to the reference board support and
that can be mapped to the BoardSupport
object.
returns all pilObjs
= getPIL(boardSupportObj
,'reference')PIL
objects mapped to the reference board support.
returns the pilObjs
= getPIL(boardSupportObj
,'name',name
)PIL
object with Name
property equal to
the name
argument.
Input Arguments
Output Arguments
Version History
Introduced in R2019b