Description
This Tcl command sets the process used in SmartPower to one of the pre-defined types.
smartpower_set_process -process {value}
Arguments
| Parameter | Type | Description |
|---|
| process | string | Specifies the value of the operating condition. The acceptable values for this argument are the following: - Typical - Sets the process for SmartPower to typical.
- Maximum - Sets the process for SmartPower to maximum.
|
| Return Type | Description |
|---|
| None | None |
Error Codes
| Error Code | Description |
|---|
| None | Required parameter 'process' is missing. |
| None | Parameter 'process' has illegal value. |
| None | process: Invalid argument value:""(expecting Typical or Maximum). |
| None | Parameter 'param_name' is not defined. Valid command formatting is 'smartpower_set_process -process "Typical | Maximum"' |
Supported Families
| PolarFire® |
| SmartFusion® 2 |
| RTG4™ |
| IGLOO® 2 |
| PolarFire SoC |
Example
This example sets the operating conditions to typical:
smartpower_set_process -process {Typical}