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
returns all profilerObjs
= getProfiler(boardSupportObj
)soc.sdk.Profiler
objects mapped to soc.sdk.BoardSupport
object or reference hardware board.
returns all the profilerObjs
= getProfiler(boardSupportObj
,"mapped")Profiler
objects mapped to BoardSupport
object.
returns all profilerObjs
= getProfiler(boardSupportObj
,"mapped",hardwareObj
)Profiler
objects mapped to the Target
object and
soc.sdk.Hardware
object.
returns all profilerObjs
= getProfiler(boardSupportObj
,"unmapped")Profiler
objects only mapped to the reference board and can be
mapped to the BoardSupport
object.
returns all profilerObjs
= getProfiler(boardSupportObj
,"reference")Profiler
objects mapped to the reference board of the
BoardSupport
object.
returns the profilerObjs
= getProfiler(boardSupportObj
,"name",name
)Profiler
object with Name
property equal to the
name
argument.
Input Arguments
Output Arguments
Version History
Introduced in R2019b