User Tools

Site Tools


visual3d:documentation:pipeline:event_commands:event_global_minimum

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
visual3d:documentation:pipeline:event_commands:event_global_minimum [2025/04/11 14:11] – [Examples] wikisysopvisual3d:documentation:pipeline:event_commands:event_global_minimum [2025/04/11 14:49] (current) – [Examples] wikisysop
Line 123: Line 123:
  
 **RKFlex_Min** will be created at the global minimum value during the gait cycle.\\ **RKFlex_Min** will be created at the global minimum value during the gait cycle.\\
 +
 +=== Alternate Example: Finding Value at Event ===
 +
 +This command can be used to find the **lowest vertical GRF during swing phase** of the left leg and convert that to a metric.
 +
 +<code>
 +Event_Global_Minimum
 +/RESULT_EVENT_NAME=LeftMinGRF
 +/SIGNAL_TYPES=ANALOG
 +/SIGNAL_FOLDER=ORIGINAL
 +/SIGNAL_NAME=F2Y
 +/FRAME_OFFSET=0
 +! /TIME_OFFSET=
 +/EVENT_SEQUENCE=LTO+LHS
 +! /EXCLUDE_EVENTS=
 +! /EVENT_SEQUENCE_INSTANCE=
 +! /EVENT_SUBSEQUENCE
 +! /SUBSEQUENCE_EXCLUDE_EVENTS=
 +! /EVENT_SUBSEQUENCE_INSTANCE=0
 +! /THRESHOLD=
 +;
 +</code>
 +
 +Then convert the signal value at this event to a usable number:
 +
 +<code>
 +Metric_Signal_Value_At_Event
 +! /SIGNAL_FOLDER=
 +! /SIGNAL_LABEL=
 +/EVENT_NAME=LeftMinGRF
 +/RESULT_METRIC_NAME=MinGRF_Left_Swing
 +;
 +</code>
 +
  
 ---- ----
visual3d/documentation/pipeline/event_commands/event_global_minimum.txt · Last modified: 2025/04/11 14:49 by wikisysop