getProfiler
Class: soc.sdk.BoardSupport
Namespace: soc.sdk
Get profiler objects in the board support object
Syntax
profilerObjs = getProfiler(boardSupportObj)
profilerObjs = getProfiler(boardSupportObj,"mapped")
profilerObjs = getProfiler(boardSupportObj,"mapped",hardwareObj)
profilerObjs = getProfiler(boardSupportObj,"unmapped")
profilerObjs = getProfiler(boardSupportObj,"reference")
profilerObjs = getProfiler(boardSupportObj,"name",name)
Description
profilerObjs = getProfiler(boardSupportObj)soc.sdk.Profiler objects mapped to soc.sdk.BoardSupport object or reference hardware board.
profilerObjs = getProfiler(boardSupportObj,"mapped")Profiler objects mapped to BoardSupport
   object.
profilerObjs = getProfiler(boardSupportObj,"mapped",hardwareObj)Profiler objects mapped to the Target object and
    soc.sdk.Hardware object.
profilerObjs = getProfiler(boardSupportObj,"unmapped")Profiler objects only mapped to the reference board and can be
   mapped to the BoardSupport object.
profilerObjs = getProfiler(boardSupportObj,"reference")Profiler objects mapped to the reference board of the
    BoardSupport object.
profilerObjs = getProfiler(boardSupportObj,"name",name)Profiler object with Name property equal to the
    name argument.
Input Arguments
Output Arguments
Version History
Introduced in R2019b