Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Wrong parameter name in documentation #987

Closed
Milestone
@Davide-sd

Description

@Davide-sd

I'm adapting my codes tocontrol 0.10.0. In particular I'm switching fromct.root_locus toct.root_locus_map in order to compute the root locus data. An error was raised in one of my tests, which led me to discover this. The documentation associated toroot_locus_map is:

defroot_locus_map(sysdata,gains=None):"""Compute the root locus map for an LTI system.    Calculate the root locus by finding the roots of 1 + k * G(s) where G    is a linear system with transfer function num(s)/den(s) and each k is    an element of kvect.    Parameters    ----------    sys : LTI system or list of LTI systems        Linear input/output systems (SISO only, for now).    kvect : array_like, optional        Gains to use in computing plot of closed-loop poles.    ...    """

Note that (the new)gains is used as a function parameter, butkvect is documented (the old parameter fromct.root_locus).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp