Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PySpice Part('K') Coupled inductors params #51

Closed
fefa4ka opened this issue May 14, 2019 · 0 comments
Closed

PySpice Part('K') Coupled inductors params #51

fefa4ka opened this issue May 14, 2019 · 0 comments

Comments

@fefa4ka
Copy link

fefa4ka commented May 14, 2019

https://github.com/xesscorp/skidl/blob/78fdc0a331e1be4cd127d5a8ad33ce27c4505ead/skidl/libs/pyspice_sklib.py#L389

for me work

    pyspice={
            'name': 'K',
            'kw': {
                'inductor1':'inductor1', 'inductor2':'inductor2', 'coupling_factor':'coupling_factor',
            },
            'add': add_part_to_circuit,
        }

Inductor1 and Inductor2 should be the .ref of the part in SPICE netlist.

@xesscorp xesscorp closed this as completed Jul 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants