visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_from_expression
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_from_expression [2024/06/19 12:52] – sgranger | visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_from_expression [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | **set_pipeline_parameter_from_expression** | + | ====== Set Pipeline Parameter From Expression ====== |
- | /parameter_name=t_mass | + | |
- | /expression=metric::processed::height | + | **Set_Pipeline_Parameter_From_Expression** |
- | /as_integer=true | + | /PARAMETER_NAME=t_Mass |
+ | /EXPRESSION=METRIC::PROCESSED::HEIGHT | ||
+ | /AS_INTEGER=TRUE | ||
**;** | **;** | ||
- | the pipeline parameter contains the value of the expression. | + | The pipeline parameter contains the value of the expression. |
- | getting | + | Getting |
- | for many pipeline commands | + | For many pipeline commands |
- | visual3d | + | Visual3D |
- | consider | + | Consider |
- | **set_pipeline_parameter_from_expression** | + | **Set_Pipeline_Parameter_From_Expression** |
- | /parameter_name= mval | + | /PARAMETER_NAME= MVAL |
- | /expression=(&::tag_names& == utility) * 4.6 | + | /EXPRESSION=(&::TAG_NAMES& == Utility) * 4.6 |
- | /as_integer=false | + | /AS_INTEGER=FALSE |
**;** | **;** | ||
- | the goal was to set mval to 4.6 when the pipeline parameter | + | The goal was to set MVAL to 4.6 when the pipeline parameter |
- | one solution is to separate the pipeline parameter from the expression. | + | One solution is to separate the pipeline parameter from the expression. |
- | **set_pipeline_parameter** | + | **Set_Pipeline_Parameter** |
- | /parameter_name=temp | + | /PARAMETER_NAME=TEMP |
- | /parameter_value=(&::tag_names& == utility)*4.6 | + | /PARAMETER_VALUE=(&::TAG_NAMES& == Utility)*4.6 |
**;** | **;** | ||
\\ | \\ | ||
- | **set_pipeline_parameter_from_expression** | + | **Set_Pipeline_Parameter_From_Expression** |
- | /parameter_name=t_mass | + | /PARAMETER_NAME=t_Mass |
- | /expression=::temp | + | /EXPRESSION=::TEMP |
- | /as_integer=false | + | /AS_INTEGER=FALSE |
**;** | **;** | ||
\\ | \\ | ||
- | another | + | Another |
- | **set_pipeline_parameter_from_expression** | + | **Set_Pipeline_Parameter_From_Expression** |
- | /parameter_name=scott | + | /PARAMETER_NAME=SCOTT |
- | /expression=("&:: | + | /EXPRESSION=("&:: |
- | ! /as_integer=true | + | ! /AS_INTEGER=TRUE |
**;** | **;** | ||
- | this forces | + | This forces |
\\ | \\ | ||
- | ==== get global metrics | + | === Get global metrics === |
- | global | + | Global |
- | **set_pipeline_parameter_from_expression** | + | **Set_Pipeline_Parameter_From_Expression** |
- | /parameter_name=katie | + | /PARAMETER_NAME=KATIE |
- | /expression=global::metric::processed::mass | + | /EXPRESSION=GLOBAL::METRIC::PROCESSED::MASS |
- | /as_integer=false | + | /AS_INTEGER=FALSE |
**;** | **;** | ||
visual3d/documentation/pipeline/pipeline_commands/set_pipeline_parameter_from_expression.1718801553.txt.gz · Last modified: 2024/06/19 12:52 by sgranger