Description
This Tcl command removes a custom scenario from the current design.
smartpower_remove_scenario -name {Scenario name}
Arguments
Parameter | Type | Description |
---|
name | string | Specifies the name of the custom scenario to be removed. This parameter is mandatory. |
Return Type | Description |
---|
None | None |
Error Codes
Error Code | Description |
---|
None | Parameter 'name' has illegal value. |
None | Required parameter 'name' is missing. |
None | Parameter '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}