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/07/12 13:30] – removed sgrangervisual3d:documentation:pipeline:metric_commands:metric_from_c3d_parameter [2025/09/18 17:50] (current) wikisysop
Line 1: Line 1:
 +====== 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>
 +Metric_From_C3D_Parameter
 +/METRIC_NAME=
 +/PARAMETER_GROUP=
 +/PARAMETER_NAME=
 +;
 +</code>
 +
 +====Command Parameters====
 +
 +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>
 +Metric_From_C3D_Parameter
 +/METRIC_NAME=POINT_RATE
 +/PARAMETER_GROUP=POINT
 +/PARAMETER_NAME=RATE
 +;
 +</code>
 +
 +==== Result ====
 +
 +{{:Metric_From_C3D_Parameter_Example.jpg}}
 +
 +
  
visual3d/documentation/pipeline/metric_commands/metric_from_c3d_parameter.1720791009.txt.gz · Last modified: 2024/07/12 13:30 by sgranger