visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_from_for_loop
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_for_loop [2024/06/19 13:38] – removed sgranger | visual3d:documentation:pipeline:pipeline_commands:set_pipeline_parameter_from_for_loop [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Set Pipeline Parameter From For Loop ====== | ||
+ | |||
+ | Create a pipeline parameter to mimic a traditional for loop. | ||
+ | |||
+ | Traditional for loops are numerical representations, | ||
+ | |||
+ | For i=1 to 10 step1 | ||
+ | Visual3D' | ||
+ | |||
+ | This command creates a string expression. | ||
+ | |||
+ | ==== Integer loop ==== | ||
+ | |||
+ | **Set_Pipeline_Parameter_From_For_Loop** | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | on execution the results are | ||
+ | |||
+ | INT_VALUES = 1+2+3+4+5+6+7+8+9+10 | ||
+ | \\ | ||
+ | |||
+ | |||
+ | ==== Float loop ==== | ||
+ | |||
+ | **Set_Pipeline_Parameter_From_For_Loop** | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | FLOAT_VALUES = 0.000000+0.500000+1.000000+1.500000+2.000000+2.500000+3.000000+3.500000+4.000000+4.500000+5.000000 | ||
+ | |||
+ | ==== Expressions ==== | ||
+ | |||
+ | The start, end and step parameters will accept expressions. | ||
+ | |||
+ | Create 3 global metric signals: | ||
+ | |||
+ | Metric_Explicit | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | Metric_Explicit | ||
+ | / | ||
+ | RESULT_METRIC_FOLDER=COUNTER | ||
+ | / | ||
+ | **;** | ||
+ | Metric_Explicit | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | **Set_Pipeline_Parameter_From_For_Loop** | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | FLOAT_VALS = 0.000000+1.000000+2.000000+3.000000+4.000000+5.000000 | ||
+ | |||
visual3d/documentation/pipeline/pipeline_commands/set_pipeline_parameter_from_for_loop.1718804313.txt.gz · Last modified: 2024/06/19 13:38 by sgranger