Set/Get active platform
Syntax
platform active [platform-name]
Set or get the active platform. If platform-name is specified, it is made as active platform, otherwise the name of active platform is returned. If no active platform exists, this command returns an empty string.
Options
None
Returns
Empty string, if a platform is set as active or no active platform exists. Platform name, when active platform is read.
Example(s)
platform active
Return the name of the active platform.
platform active zc702_platform
Set zc702_platform as active platform.