measure function | |
|---|---|
measure_name = | existing function measure |
new_measure_name = | new function measure name |
function = | function |
user_function = | real |
routine = | string |
units = | string |
create_measure_display = | boolean |
legend = | string, |
comments = | string |
measure modify function measure = | .model_1.function_mea_1 & |
|---|---|
new_measure_name = | .model_1.my_function_mea & |
function = | "0.5*wz(.model_1.part_2.cm)**2*(15*(50**2 + 300**2) + 15000)/1000" & |
units = | no_units & |
create_measure_display = | yes |
Parameter | Value Type | Description |
|---|---|---|
Measure_name | String | Specifies name of measure to be modified. |
New_measure_name | String | Specifies new name of measure. |
function | Function | Specifies function to be evaluated during the simulation. |
user_function | Real | Specifies a real number |
routine | String | Specifies a string for the routine. |
units | String | Specifies any units that have to be associated. |
create_measure_display | Yes/no | Specifies yes if the strip chart of the measure needs to be displayed. |
legend | String | Specifies the text that will appear on the top of the measure dialog. |
Comments | String | Specifies any comments about the function measure. |