HyperWorks Solvers

STEP

STEP

Previous topic Next topic No expanding text in this topic  

STEP

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Format

Description

Given a specific value, the Step function evaluates the value of a function that smoothly transitions from to .  This function has continuous first and second derivatives, but discontinuous third derivatives at the end points.

Example

<Motion_Joint

    id                  = "104003"

    type                = "EXPRESSION"

    val_type            = "D"

    expr                = "STEP(TIME,0,0,0.01,-50)"

    joint_id            = "104008"

    joint_type          = "T"

/>

Arguments

The independent variable.  For example, to specify time as the independent variable, specify as TIME.

The value at which the Step function begins.

The value of the Step function desired at .

The value at which the Step function ends.

The value of the Step function desired at .

Definition

See Also:

Functions

Command Statements

Model Statements

Notation and Syntax