Description
Enter description here
smartpower_get_temperature [-what "TRUE | FALSE"] [-opcond "Best | Typical | Worst"]
Arguments
| Parameter | Type | Description |
|---|
| what | boolean | |
| opcond | string | Specifies the operating condition. The acceptable values for this argument are the following: - Worst - The operating condition is set to worst case.
- Typical - The operating condition is set to typical case.
- Best - The operating condition is set to best case.
|
| Return Type | Description |
|---|
| None | None |
Error Codes
| Error Code | Description |
|---|
| None | Parameter 'param_name' is not defined. |
| None | what: Invalid argument value: 'value' (expecting TRUE, 1, true, FALSE, 0, false, ambient or opcond). |
| None | opcond: Invalid argument value: 'value' (expecting Best, Typical or Worst). |
Supported Families
| PolarFire® |
| SmartFusion® 2 |
| RTG4™ |
| IGLOO® 2 |
Example
Enter example description here
smartpower_get_temperature -what "TRUE" -opcond "Best"