Skip to content

LosslessTransmissionLine cannot be cloned #299

@fblanchetNaN

Description

@fblanchetNaN

Environment (OS, Python version, PySpice version, simulator)

Linux, 3.8.10, 1.5, irrelevant

Expected Behaviour

Clone a circuit

Actual Behaviour

NameError: Either TD or F, NL must be specified

Steps to reproduce the behaviour

circuit = Circuit("title")
circuit.LosslessTransmissionLine('A', circuit.gnd, circuit.gnd, circuit.gnd, circuit.gnd,
                                 impedance=50@u_Ohm, frequency=6@u_GHz, normalized_length=0.25)
circuit_capa.clone()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions