platform list - 2024.2 English - UG1725

Software Debugger Reference Guide (UG1725)

Document ID
UG1725
Release Date
2024-11-13
Version
2024.2 English

List the platforms.

Syntax

List the platforms in the workspace and repository.

Options

Option Description
-dict List all the platforms for the workspace in Tcl dictionary format. Without this option, platforms are listed in tabular format.

Returns

List of platforms, or "No active platform present" string if no platforms exist.

Examples

platform list

Return a list of all the platforms in the workspace and repository in tabular format.

platform list -dict

Return a list of all the platforms in the workspace and repository in Tcl dictionary format.