Table of Contents

Event Sequence Delete

Overview

The `Event_Sequence_Delete` command removes a previously defined event sequence from the motion file.

Pipeline Command

The pipeline command is shown below as seen in the Visual3D application.

Event_Sequence_Delete
/EVENT_SEQUENCE_NAME=
;

Command Parameters

The following table shows the command parameters and descriptions.

Parameter Description
/EVENT_SEQUENCE_NAME= The name of the event sequence you want to delete (e.g., `LeftGaitCycle`).

Dialog

Due to the simplicity of this command, there is no dialog box and it can be edited within the text editor.

Examples

The following example shows the use of the Event_Sequence_Delete command in the Visual3D application,

Example 1: Delete and Redefine Sequence

The functionality of this command is very straightforward. Simply type in the name of the event sequence desired to be deleted.

In the following example, an event sequence named 'RightCycle' will be deleted and redefined afterwords.

Event_Sequence_Delete
/EVENT_SEQUENCE_NAME=RightCycle
;

Event_Define_Event_Sequence
/EVENT_SEQUENCE_NAME=RightCycle
/EVENT_SEQUENCE=RHS+RTO
/EXCLUDE_EVENTS=
/INSIDE_OF_SEQUENCE=
/OFFSET_FROM_START=
/OFFSET_FROM_END=
/OFFSET_BY=PERCENT
/EVENT_SEQUENCE_INSTANCE=
;

This removes the old `RightCycle` definition, then redefines it with a new event structure.

Notes