21.9.49 smartpower_set_process

Description

This Tcl command sets the process used in SmartPower to one of the pre-defined types.

smartpower_set_process -process {value}

Arguments

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

Error Codes

Error CodeDescription
NoneRequired parameter 'process' is missing.
NoneParameter 'process' has illegal value.
Noneprocess: Invalid argument value:""(expecting Typical or Maximum).
NoneParameter '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}