Main Content

getOvershoot

Get overshoot from sdo.requirements.PZDampingRatio object

    Description

    example

    overshoot = getOvershoot(req) converts the damping ratio value specified in the DampingRatio property of an sdo.requirements.PZDampingRatio object to an equivalent approximate second-order overshoot value.

    Examples

    collapse all

    Create damping ratio object.

    req = sdo.requirements.PZDampingRatio;

    Specify damping ratio.

    req.DampingRatio = 0.1;

    Get overshoot value.

    overshoot = getOvershoot(req);

    Input Arguments

    collapse all

    Damping ratio requirement object, specified as an sdo.requirements.PZDampingRatio object.

    Output Arguments

    collapse all

    Approximate second-order percent overshoot, equivalent to the damping ratio value in DampingRatio property of req.

    Version History

    Introduced in R2010b