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 revision | |||
visual3d:documentation:pipeline:pipeline_commands:get_pipeline_parameter_count [2024/07/17 15:42] – removed sgranger | visual3d:documentation:pipeline:pipeline_commands:get_pipeline_parameter_count [2024/07/17 15:46] (current) – created sgranger | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Get Pipeline Parameter Count ====== | ||
+ | |||
+ | Get a count of the number of parameter values in a parameter. | ||
+ | |||
+ | **Get_Pipeline_Parameter_Count** | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | \\ | ||
+ | |||
+ | |||
+ | ==== Example1 ==== | ||
+ | |||
+ | Create a parameter with three values, then retrieve the count | ||
+ | |||
+ | **Set_Pipeline_Parameter** | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | **Get_Pipeline_Parameter_Count** | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | The results from executing these two command is: | ||
+ | |||
+ | --------------------------------------------------------------------------- | ||
+ | **Set_Pipeline_Parameter** | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | ! / | ||
+ | **;** | ||
+ | Pipeline Parameter : | ||
+ | :: | ||
+ | --------------------------------------------------------------------------- | ||
+ | **Get_Pipeline_Parameter_Count** | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | ::COUNT = 3 | ||
+ | ==== Example2 ==== | ||
+ | |||
+ | **Set_Pipeline_Parameter_To_List_Of_Signal_Names** | ||
+ | / | ||
+ | / | ||
+ | SIGNAL_FOLDER=ORIGINAL | ||
+ | **;** | ||
+ | **Get_Pipeline_Parameter_Count** | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | For this specific test file the results are: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | |||
+ | --------------------------------------------------------------------------- | ||
+ | **Set_Pipeline_Parameter_To_List_Of_Signal_Names** | ||
+ | / | ||
+ | / | ||
+ | ! / | ||
+ | **;** | ||
+ | TARGETS= | ||
+ | LAS | ||
+ | LPP | ||
+ | LPS | ||
+ | LTH1 | ||
+ | LTH2 | ||
+ | LTH3 | ||
+ | LTH4 | ||
+ | RAS | ||
+ | RPP | ||
+ | RPS | ||
+ | RTH1 | ||
+ | RTH2 | ||
+ | RTH3 | ||
+ | RTH4 | ||
+ | --------------------------------------------------------------------------- | ||
+ | **Get_Pipeline_Parameter_Count** | ||
+ | / | ||
+ | / | ||
+ | **;** | ||
+ | ::COUNT = 14 | ||
+ | |||
visual3d/documentation/pipeline/pipeline_commands/get_pipeline_parameter_count.1721230958.txt.gz · Last modified: 2024/07/17 15:42 by sgranger