Mutual inductance statements have no model.
This commit is contained in:
parent
1bd8da41a7
commit
a263b6d343
|
@ -2,7 +2,7 @@
|
|||
* This program source code file is part of KiCad, a free EDA CAD application.
|
||||
*
|
||||
* Copyright (C) 2022 Mikolaj Wielgus
|
||||
* Copyright (C) 2022 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
* Copyright (C) 2022-2024 KiCad Developers, see AUTHORS.txt for contributors.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
|
|
@ -34,6 +34,11 @@ class SPICE_GENERATOR_L_MUTUAL : public SPICE_GENERATOR
|
|||
public:
|
||||
using SPICE_GENERATOR::SPICE_GENERATOR;
|
||||
|
||||
std::string ItemModelName( const SPICE_ITEM& aItem ) const override
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
std::string ItemParams() const override;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue