21.9.33 smartpower_remove_scenario

Description

This Tcl command removes a custom scenario from the current design.

smartpower_remove_scenario -name {Scenario name}

Arguments

ParameterTypeDescription
namestringSpecifies the name of the custom scenario to be removed. This parameter is mandatory.
Return TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'name' has illegal value.
NoneRequired parameter 'name' is missing.
NoneParameter 'param_name' is not defined. Valid command formatting is 'smartpower_remove_scenario -name "scenario name"'.

Supported Families

PolarFire®
SmartFusion® 2
RTG4™
IGLOO® 2
PolarFire SoC

Example

This example removes a "MyScenario" custom scenario from the current design:

smartpower_remove_scenario -name {MyScenario}

See Also