measure modify computed | |
|---|---|
measure_name = | existing computed measure |
new_measure_name = | new name for the measure |
text_of_expression = | string |
units = | string |
create_measure_display = | boolean |
legend = | string |
comments = | string |
measure modify computed & | |
|---|---|
measure_name = | my_computed_measure & |
new_measure_name = | ke_comparison_measure & |
text_of_expression = | “100*(.model_1.adams_ke - .model_1.my_ke)/322.6” & |
units = | “no_units” & |
legend = | “measure comparison of analytical and kinetic energy results” |
Parameter | Value Type | Description |
|---|---|---|
measure_name | Existing measure name | Specifies name of the existing computed measure to be modified. |
New_measure_name | New measure name | Specifies the new name for the measure. |
text_of_expression | String | The TEXT_OF_EXPRESSION parameter defines the computation to be performed by the function. Remember that the value of this argument should be a character string, NOT an expression. |
units | String | Specifies units of the measure. |
create_measure_display | Yes/No | Specifies whether the strip chart has to be displayed of the measure. |
Legend | String | Specifies the text that will appear at the top of the created measure. |
comments | String | Specifies any comments. |