getOperatingSystem
Class: soc.sdk.BoardSupport
Namespace: soc.sdk
Get the operating systems for a target
Syntax
operatingSystemObj = getOperatingSystem(boardSupportObj)
operatingSystemObj = getOperatingSystem(boardSupportObj,"mapped")
operatingSystemObj = getOperatingSystem(boardSupportObj,"mapped",hardwareObj)
operatingSystemObj = getOperatingSystem(boardSupportObj,"unmapped")
operatingSystemObj = getOperatingSystem(boardSupportObj,"reference")
operatingSystemObj = getOperatingSystem(boardSupportObj,"name",name)
Description
returns all operatingSystemObj
= getOperatingSystem(boardSupportObj
)soc.sdk.OperatingSystem
objects mapped
to the soc.sdk.BoardSupport
object or
reference board support.
returns all the operatingSystemObj
= getOperatingSystem(boardSupportObj
,"mapped")OperatingSystem
objects mapped to
BoardSupport
object.
returns all operatingSystemObj
= getOperatingSystem(boardSupportObj
,"mapped",hardwareObj
)OperatingSystem
objects mapped to the
BoardSupport
object and soc.sdk.Hardware
object.
returns
all operatingSystemObj
= getOperatingSystem(boardSupportObj
,"unmapped")OperatingSystem
objects only mapped to the reference board support
and can be mapped to the BoardSupport
object.
returns all operatingSystemObj
= getOperatingSystem(boardSupportObj
,"reference")OperatingSystem
objects mapped to the reference of the
BoardSupport
object.
returns the operatingSystemObj
= getOperatingSystem(boardSupportObj
,"name",name
)OperatingSystem
object with Name
property equal to the name
argument.
Input Arguments
Output Arguments
Version History
Introduced in R2019b