Hi,
I am trying to tweak antenna length with a series inductor with the AddLumpedElement function:
CSX = AddLumpedElement( CSX, 'Inductor', 0, 'L', 10e-9, 'R', 1);
However, the 'L' parameter doesn't do anything and the inductor acts as an open circuit if no 'R' parameter is specified.
I want to ask if inductor support is already added or I am doing something wrong. I saw some closed issues regarding RLC implementation.
I came across a pull request that would make it seem that this is already implemented. I am using version 0.0.36.
Thanks in advance
Hi,
I am trying to tweak antenna length with a series inductor with the
AddLumpedElementfunction:CSX = AddLumpedElement( CSX, 'Inductor', 0, 'L', 10e-9, 'R', 1);However, the 'L' parameter doesn't do anything and the inductor acts as an open circuit if no 'R' parameter is specified.
I want to ask if inductor support is already added or I am doing something wrong. I saw some closed issues regarding RLC implementation.
I came across a pull request that would make it seem that this is already implemented. I am using version 0.0.36.
Thanks in advance