21.9.52 smartpower_set_temperature_opcond

Description

This tcl command sets the temperature in the operating conditions to one of the predefined types.

smartpower_set_temperature_opcond -use {value}

Arguments

ParameterTypeDescription
usestringSpecifies 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 TypeDescription
NoneNone

Error Codes

Error CodeDescription
NoneParameter 'use' has illegal value.
NoneRequired parameter 'use' is missing.
NoneParameter '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}

See Also