Skip to content

[BUG] error in impedance definition of La-element #286

@MoritzB92

Description

@MoritzB92

The code does not match the provided definition for the impedance of the La-element (modified inductance element):

https://github.com/ECSHackWeek/impedance.py/blob/main/impedance/models/circuits/elements.py
Line 229:
false: Z = (L * 1j * omega) ** alpha
corrected: Z = L *(1j * omega) ** alpha

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions