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
            pilObjs = getPIL(boardSupportObj)soc.sdk.PIL objects mapped to the
                soc.sdk.BoardSupport object or
            reference board support.
pilObjs = getPIL(boardSupportObj,'mapped')PIL objects mapped to BoardSupport
            object.
pilObjs = getPIL(boardSupportObj,'mapped',hardwareObject)PIL objects mapped to the BoardSupport
            object and soc.sdk.Hardware object.
pilObjs = getPIL(boardSupportObj,'unmapped')PIL objects only mapped to the reference board support and
            that can be mapped to the BoardSupport object.
pilObjs = getPIL(boardSupportObj,'reference')PIL objects mapped to the reference board support.
pilObjs = getPIL(boardSupportObj,'name',name)PIL object with Name property equal to
            the name argument.
Input Arguments
Output Arguments
Version History
Introduced in R2019b