User Tools

Site Tools


visual3d:documentation:pipeline:metric_commands:metric_from_c3d_parameter

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
visual3d:documentation:pipeline:metric_commands:metric_from_c3d_parameter [2024/06/19 12:51] sgrangervisual3d:documentation:pipeline:metric_commands:metric_from_c3d_parameter [2025/09/18 17:50] (current) wikisysop
Line 1: Line 1:
-{{copy the values of a c3d parameter to a metric signal.+====== Metric From C3D Parameter ====== 
 + 
 +====Overview==== 
 +The metric command **Metric from C3D Parameter** is used to copy the values of a c3d parameter to a metric signal. 
 + 
 +====Pipeline Command====
  
 <code> <code>
-metric_from_c3d_parameter +Metric_From_C3D_Parameter 
-/metric_name+/METRIC_NAME
-/parameter_group+/PARAMETER_GROUP
-/parameter_name=+/PARAMETER_NAME=
 ; ;
 </code> </code>
  
-====== example ======+====Command Parameters====
  
-create a metric value of the c3d point rate.+The following table shows the command parameters seen above and their descriptions: 
 + 
 +|**METRIC_NAME**|**The name of the result signal**| 
 +|**PARAMETER_GROUP**|**Specify the group that the parameter is in**| 
 +|**PARAMETER_NAME**|**The name of the original parameter**| 
 + 
 +===== Example ===== 
 + 
 +Create a metric value of the C3D point rate.
  
 <code> <code>
-metric_from_c3d_parameter +Metric_From_C3D_Parameter 
-/metric_name=point_rate +/METRIC_NAME=POINT_RATE 
-/parameter_group=point +/PARAMETER_GROUP=POINT 
-/parameter_name=rate+/PARAMETER_NAME=RATE
 ; ;
 </code> </code>
  
-===== result =====+==== Result ==== 
 + 
 +{{:Metric_From_C3D_Parameter_Example.jpg}}
  
-metric_from_c3d_parameter_example.jpg 
  
  
-}} 
visual3d/documentation/pipeline/metric_commands/metric_from_c3d_parameter.1718801481.txt.gz · Last modified: 2024/06/19 12:51 by sgranger