What is a Custom Parameter?
A custom Parameter is a user created Parameter in the cloud. Custom Parameters are defined by user created equations using the default parameters in the cloud.
How to Create Custom Parameters
- Navigate to the cloud, and click Settings.
- Select the Parameters tab in the Settings Menu.
- Select List Custom Parameters.
- Select Add Custom Parameter.
- Enter in the name of the new custom parameter.
- Insert what you would like the parameter to be calculated from in the Calculation box. Type in a parameter as you would normally a widget, it will display in programming language. For example:
"IMA Accel High 1.0 + IMA Decel High 1.0 + IMA CoD Left High 1.0
+ IMA CoD Right High 1.0"
will show as:
"$ima_band3_old_accel_count + $ima_band3_old_decel_count + $ima_band3_old_left_count + $ima_band3_old_right_count”
Note: The user can also find the required Parameter from the drop down menu beneath the Calculation box. Once the Parameter is selected from the drop down menu. Select Add Parameter to Calculation. - To finish, click Add Parameter. Refresh the browser and the custom parameter will be available to select in widgets.