Description
This tcl command sets the temperature in the operating conditions to one of the predefined types.
smartpower_set_temperature_opcond -use {value}
Arguments
| Parameter | Type | Description |
|---|
| use | string | Specifies the temperature in the operating conditions. The acceptable values for this argument are the following: - oprange - Sets the temperature in the operating conditions as specified in your Project Settings.
- design - Sets the temperature in the operating conditions as specified in the SmartPower design-wide operating range. Applies to SmartPower only.
- mode - Sets the temperature in the operating conditions as specified in the SmartPower mode-specific operating range. Applies to SmartPower only.
|
| Return Type | Description |
|---|
| None | None |
Error Codes
| Error Code | Description |
|---|
| None | Parameter 'use' has illegal value. |
| None | Required parameter 'use' is missing. |
| None | Parameter 'param_name' is not defined. Valid command formatting is 'smartpower_set_temperature_opcond -use "oprange | design | mode"'. |
Supported Families
| PolarFire® |
| SmartFusion® 2 |
| RTG4™ |
| IGLOO® 2 |
| PolarFire SoC |
Example
This example sets the temperature in the operating conditions as specified in the custom mode-settings:
smartpower_set_temperature_opcond -use {mode}