visual3d:documentation:pipeline:pipeline_commands:get_pipeline_parameter_count
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:get_pipeline_parameter_count [2024/06/19 12:52] – sgranger | visual3d:documentation:pipeline:pipeline_commands:get_pipeline_parameter_count [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | get a count of the number of parameter values in a parameter. | + | ====== Get Pipeline Parameter Count ====== |
- | **get_pipeline_parameter_count** | + | Get a count of the number of parameter values in a parameter. |
- | /parameter_name= | + | |
- | /parameter_value= | + | **Get_Pipeline_Parameter_Count** |
+ | /PARAMETER_NAME= | ||
+ | /PARAMETER_VALUE= | ||
**;** | **;** | ||
\\ | \\ | ||
- | ===== example1 ===== | + | ==== Example1 |
- | create | + | Create |
- | **set_pipeline_parameter** | + | **Set_Pipeline_Parameter** |
- | /parameter_name=test_parameter | + | /PARAMETER_NAME=TEST_PARAMETER |
- | /parameter_value=one+two+three | + | /PARAMETER_VALUE=ONE+TWO+THREE |
**;** | **;** | ||
- | **get_pipeline_parameter_count** | + | **Get_Pipeline_Parameter_Count** |
- | /parameter_name=count | + | /PARAMETER_NAME=COUNT |
- | /parameter_value=::test_parameter | + | /PARAMETER_VALUE=::TEST_PARAMETER |
**;** | **;** | ||
- | the results from executing these two command is: | + | The results from executing these two command is: |
--------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ||
- | **set_pipeline_parameter** | + | **Set_Pipeline_Parameter** |
- | /parameter_name=test_parameter | + | /PARAMETER_NAME=TEST_PARAMETER |
- | /parameter_value=one+two+three | + | /PARAMETER_VALUE=ONE+TWO+THREE |
- | ! /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= |
**;** | **;** | ||
- | pipeline parameter : | + | Pipeline Parameter : |
- | ::test_parameter | + | ::TEST_PARAMETER |
--------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ||
- | **get_pipeline_parameter_count** | + | **Get_Pipeline_Parameter_Count** |
- | /parameter_name=count | + | /PARAMETER_NAME=COUNT |
- | /parameter_value=one+two+three | + | /PARAMETER_VALUE=ONE+TWO+THREE |
**;** | **;** | ||
- | ::count = 3 | + | ::COUNT = 3 |
- | ===== example2 ===== | + | ==== Example2 |
- | **set_pipeline_parameter_to_list_of_signal_names** | + | **Set_Pipeline_Parameter_To_List_Of_Signal_Names** |
- | /parameter_name=targets | + | /PARAMETER_NAME=TARGETS |
- | /signal_type=target | + | /SIGNAL_TYPE=TARGET |
- | signal_folder=original | + | SIGNAL_FOLDER=ORIGINAL |
**;** | **;** | ||
- | **get_pipeline_parameter_count** | + | **Get_Pipeline_Parameter_Count** |
- | /parameter_name=count | + | /PARAMETER_NAME=COUNT |
- | /parameter_value=::targets | + | /PARAMETER_VALUE=::TARGETS |
**;** | **;** | ||
- | for this specific test file the results are: | + | For this specific test file the results are: |
\\ | \\ | ||
Line 56: | Line 58: | ||
--------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ||
- | **set_pipeline_parameter_to_list_of_signal_names** | + | **Set_Pipeline_Parameter_To_List_Of_Signal_Names** |
- | /parameter_name=targets | + | /PARAMETER_NAME=TARGETS |
- | /signal_type=target | + | /SIGNAL_TYPE=TARGET |
- | ! /signal_folder=original | + | ! /SIGNAL_FOLDER=ORIGINAL |
**;** | **;** | ||
- | targets= | + | TARGETS= |
- | las | + | LAS |
- | lpp | + | LPP |
- | lps | + | LPS |
- | lth1 | + | LTH1 |
- | lth2 | + | LTH2 |
- | lth3 | + | LTH3 |
- | lth4 | + | LTH4 |
- | ras | + | RAS |
- | rpp | + | RPP |
- | rps | + | RPS |
- | rth1 | + | RTH1 |
- | rth2 | + | RTH2 |
- | rth3 | + | RTH3 |
- | rth4 | + | RTH4 |
--------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ||
- | **get_pipeline_parameter_count** | + | **Get_Pipeline_Parameter_Count** |
- | /parameter_name=count | + | /PARAMETER_NAME=COUNT |
- | /parameter_value=las+lpp+lps+lth1+lth2+lth3+lth4+ras+rpp+rps+rth1+rth2+rth3+rth4 | + | /PARAMETER_VALUE=LAS+LPP+LPS+LTH1+LTH2+LTH3+LTH4+RAS+RPP+RPS+RTH1+RTH2+RTH3+RTH4 |
**;** | **;** | ||
- | ::count = 14 | + | ::COUNT = 14 |
visual3d/documentation/pipeline/pipeline_commands/get_pipeline_parameter_count.1718801548.txt.gz · Last modified: 2024/06/19 12:52 by sgranger