visual3d:documentation:pipeline:pipeline_commands:conditional_statement
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:conditional_statement [2024/06/19 12:52] – sgranger | visual3d:documentation:pipeline:pipeline_commands:conditional_statement [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Conditional Statement ====== | ||
+ | |||
\\ | \\ | ||
- | this command was modelled after the [[visual3d:documentation:pipeline:pipeline_commands:for_each_and_end_for_each|for_each]] command in the sense that there is a start (conditional_statement) and an ending event (conditional_statement_end). | + | This command was modelled after the [[Visual3D:Documentation:Pipeline:Pipeline_Commands:For_Each_and_End_For_Each|For_Each]] command in the sense that there is a start (Conditional_Statement) and an ending event (Conditional_Statement_End). |
- | when the pipeline comes to an conditional_statement | + | When the pipeline comes to an Conditional_Statement |
- | the iteration_parameter_name | + | The ITERATION_PARAMETER_NAME |
- | **note:** if there is more than one active file then the conditional_statement | + | **NOTE:** If there is more than one active file then the Conditional_Statement |
- | **note:** this command was previously called the expression_loop. scripts | + | **NOTE:** This command was previously called the Expression_Loop. Scripts |
- | ===== syntax ===== | + | ==== Syntax |
- | ==== conditional_statement ==== | + | === Conditional_Statement |
- | /iteration_parameter_name= | + | /ITERATION_PARAMETER_NAME= |
- | /[[visual3d:documentation:pipeline:expressions:overview|expression]]= | + | /[[Visual3D:Documentation:Pipeline:Expressions:Expressions_Overview|EXPRESSION]]= |
**;** | **;** | ||
- | ==== conditional_statement_end ==== | + | === Conditional_Statement_End |
- | /iteration_parameter_name= | + | /ITERATION_PARAMETER_NAME= |
**;** | **;** | ||
- | ===== pipeline example ===== | + | ==== Pipeline Example |
- | this script will prompt the user to specify if walking or running trials are being processed. | + | This script will prompt the user to specify if walking or running trials are being processed. |
< | < | ||
- | prompt_for_pipeline_parameter_value | + | Prompt_For_Pipeline_Parameter_Value |
- | /pipeline_parameter_name=condition | + | /PIPELINE_PARAMETER_NAME=CONDITION |
- | /prompt=select condition: | + | /PROMPT=Select Condition: |
- | /data_type=string | + | /DATA_TYPE=STRING |
- | /default_value=walk | + | /DEFAULT_VALUE=Walk |
- | /use_possible_values=true | + | /USE_POSSIBLE_VALUES=TRUE |
- | /possible_values=walk+run | + | /POSSIBLE_VALUES=Walk+Run |
- | ! /use_units=false | + | ! /USE_UNITS=FALSE |
- | ! /default_units= | + | ! /DEFAULT_UNITS= |
- | ! /use_possible_units=false | + | ! /USE_POSSIBLE_UNITS=FALSE |
- | ! /possible_units= | + | ! /POSSIBLE_UNITS= |
- | ! /conversions= | + | ! /CONVERSIONS= |
; | ; | ||
- | conditional_statement | + | Conditional_Statement |
- | /iteration_parameter_name=statement_1 | + | /ITERATION_PARAMETER_NAME=STATEMENT_1 |
- | /expression= "&:: | + | /EXPRESSION= "&:: |
; | ; | ||
- | set_pipeline_parameter | + | Set_Pipeline_Parameter |
- | /parameter_name=test | + | /PARAMETER_NAME=TEST |
- | /parameter_value=1 | + | /PARAMETER_VALUE=1 |
- | ! /parameter_value_search_for= | + | ! /PARAMETER_VALUE_SEARCH_FOR= |
- | ! /parameter_value_replace_with= | + | ! /PARAMETER_VALUE_REPLACE_WITH= |
- | ! /parameter_value_prefix= | + | ! /PARAMETER_VALUE_PREFIX= |
- | ! /parameter_value_append= | + | ! /PARAMETER_VALUE_APPEND= |
- | ! /multi_pass=false | + | ! /MULTI_PASS=FALSE |
; | ; | ||
- | conditional_statement_end | + | Conditional_Statement_End |
- | /iteration_parameter_name=statement_1 | + | /ITERATION_PARAMETER_NAME=STATEMENT_1 |
; | ; | ||
- | conditional_statement | + | Conditional_Statement |
- | /iteration_parameter_name=statement_2 | + | /ITERATION_PARAMETER_NAME=STATEMENT_2 |
- | /expression= "&:: | + | /EXPRESSION= "&:: |
; | ; | ||
- | set_pipeline_parameter | + | Set_Pipeline_Parameter |
- | /parameter_name=test | + | /PARAMETER_NAME=TEST |
- | /parameter_value=2 | + | /PARAMETER_VALUE=2 |
- | ! /parameter_value_search_for= | + | ! /PARAMETER_VALUE_SEARCH_FOR= |
- | ! /parameter_value_replace_with= | + | ! /PARAMETER_VALUE_REPLACE_WITH= |
- | ! /parameter_value_prefix= | + | ! /PARAMETER_VALUE_PREFIX= |
- | ! /parameter_value_append= | + | ! /PARAMETER_VALUE_APPEND= |
- | ! /multi_pass=false | + | ! /MULTI_PASS=FALSE |
; | ; | ||
- | conditional_statement_end | + | Conditional_Statement_End |
- | /iteration_parameter_name=statement_2 | + | /ITERATION_PARAMETER_NAME=STATEMENT_2 |
; | ; | ||
</ | </ |
visual3d/documentation/pipeline/pipeline_commands/conditional_statement.1718801547.txt.gz · Last modified: 2024/06/19 12:52 by sgranger