Description
This tcl command changes the default frequencies and probabilities for a specific set.
Note: This command is associated with the functionality of Initialize frequencies and probabilities dialog box.
smartpower_change_setofpin_statistics \
		    -domain_name "domain name" \
		    [-data_freq "decimal value [unit { Hz | KHz | MHz }]"] \
		    [-data_proba "decimal value"]
Arguments
| Parameter | Type | Description | 
|---|
| domain_name | string | Specifies the domain name in which to initialize data frequencies and probabilities. | 
| data_freq | string | Specifies the user input data frequency in Hz, KHz, or MHz for all sets of pins. | 
| data_proba | decimal | Specifies the user input data probability in % for all sets of pins. | 
| Return Type | Description | 
|---|
| None | None | 
Error Codes
| Error Code | Description | 
|---|
| None | Required parameter 'domain_name' is missing. | 
| None | Parameter 'domain_name' has illegal value. | 
| None | Parameter 'data_proba' has illegal value. | 
| None | data_proba: Invalid argument value: 'value' (expecting decimal value). | 
| None | Parameter 'data_freq' has illegal value. | 
| None | Parameter 'param_name' is not defined. Valid command formatting is 'smartpower_change_setofpin_statistics -domain_name "domain name" \ [-data_freq "decimal value [unit { Hz | KHz | MHz }]"] \ [-data_proba "decimal value"]'. | 
Supported Families
| PolarFire® | 
| SmartFusion® 2 | 
| RTG4™ | 
| IGLOO® 2 | 
| PolarFire SoC | 
Example
The following example initializes all clocks withs:
smartpower_change_setofpin_statistics -domain_name {my_domain} \
                                      -data_freq {10 MHz} \
                                      -data_proba {20}