<script-params>.info <script-params>.save
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<script-params>.list

Synopsis

<script-params>.list [-tree] [-verbose] ["substr"] ["namespace"] [-only-changed] [-include-outputs] [advanced] [-yml]

Description

List parameter values.

If -tree is specified, the parameter tree structure is displayed. Otherwise the parameters are displayed in a table.

The namespace argument can be used to only display the sub-tree defined by that namespace value.

Only parameters whose advanced setting is less than or equal to the value of the advanced argument will be displayed.

The substr argument can be used to only display parameters whose names contain the specified sub-string. The flag -only-changed can also be specified to only display parameters whose values are non-default. The -include-outputs flag can be used to display output parameters. The flag -verbose can be specified to display more information about each parameter.

If the -yml flag is specified, the output will be pure YAML, suitable for parsing.

Provided By

Simics Core

See Also

run-script, load-target, <script-params>.dump
<script-params>.info <script-params>.save