21.9.22 smartpower_init_set_othersets_options
(Ask a Question)Description
This Tcl command initializes the frequency and probability of all other sets.
Note: This command is associated with the functionality of Initialize Frequencies and Probabilities dialog box.
smartpower_init_set_othersets_options \
                 [-freq "decimal value [unit { Hz | KHz | MHz }]"] \
                 [-proba "decimal value"] \
                 [-with "fixed | default"] \
                 [-input_freq "decimal value [unit { Hz | KHz | MHz }]"] \
                 [-input_proba "decimal value"] Arguments
| Parameter | Type | Description | 
|---|---|---|
| freq | string | Specifies the default frequency and units(possible values are Hz, KHz or MHz). This parameter is optional. | 
| proba | decimal | Specifies the default probability. Must be positive decimal value, less than or equal to 100.000. This parameter is optional. | 
| with | string | Specifies vectorless or default analysis. This parameter is optional. | 
| input_freq | decimal | Specifies the input frequency(decimal possible value) and units(possible values are Hz, KHz or MHz). This parameter is optional. | 
| input_proba | decimal | Specifies the input probability. Must be positive decimal value, less than or equal to 100.000. This parameter is optional. | 
| Return Type | Description | 
|---|---|
| None | None | 
Error Codes
| Error Code | Description | 
|---|---|
| None | input_proba: Invalid argument value: 'value' (expecting decimal value). | 
| None | Parameter 'input_proba' has illegal value. | 
| None | Parameter 'input_proba' must be less than or equal to 100.000. | 
| None | Parameter 'input_proba' must be a positive decimal value. | 
| None | input_freq: Parameter format incorrect (expecting a positive decimal value, optionally followed by a unit (possible values are Hz, KHz or MHz)). | 
| None | Parameter 'input_freq' has illegal value. | 
| None | with: Invalid argument value: 'value' (expecting default or fixed). | 
| None | Parameter 'with' has illegal value. | 
| None | proba: Invalid argument value: 'value' (expecting decimal value). | 
| None | Parameter 'proba' must be less than or equal to 100.000. | 
| None | Parameter 'proba' must be a positive decimal value. | 
| None | Parameter 'proba' has illegal value. | 
| None | freq: Parameter format incorrect (expecting a positive decimal value, optionally followed by a unit (possible values are Hz, KHz or MHz)). | 
| None | Parameter 'freq' has illegal value. | 
| None | Parameter 'param_name' is not defined. Valid command formatting is 'smartpower_init_set_othersets_options [-freq "decimal value [ unit { Hz | KHz | MHz } ]"] [-proba "decimal value"] [-input_freq "decimal value [ unit { Hz | KHz | MHz } ]"] [-input_proba "decimal value"]'. | 
Supported Families
| PolarFire® | 
| SmartFusion® 2 | 
| RTG4™ | 
| IGLOO® 2 | 
| PolarFire SoC | 
Example
The following example initializes all other sets after executing "smartpower_init_do" with "-othersets {true}": 
Note: Warning: -with flag is obsolete; use -with argument of the command smartpower_init_do instead.
smartpower_init_set_othersets_options \
                         -freq "10 MHz" \
                         -proba "10" \
			 [-with "fixed"] \
                         -input_freq "10 MHz" \
                         -input_proba "10"
