Coupled transmission lines #785
-
I am interested in circuits with coupled transmission lines. I find https://github.com/ra3xdh/qucsator_rf/blob/7494604ceab49ad18c5e25390078479add4594c1/src/components/ctline.cpp which has a model for coupled transmission lines. However, I do not see this model in the GUI when building a schematic. How would I access this model in the schematic? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Everything is simple. You are simulating in Ngspice mode. The microstrip devices are not compatible with Ngspice and hidden to prevent its insertion in the schematic by mistake. You have to switch to Qucsator mode using the drop-down list in the toolbar. Make sure you are using the version >= 24.2.0 It is shipped with QucsatorRF by default. |
Beta Was this translation helpful? Give feedback.
-
I have transferred this issue to discussions/Q&A https://github.com/ra3xdh/qucs_s/discussions You may ask the questions not related to bug reports here. |
Beta Was this translation helpful? Give feedback.
-
@DanielSank the following resources about Qucs-S may be helpful for you:
|
Beta Was this translation helpful? Give feedback.
Everything is simple. You are simulating in Ngspice mode. The microstrip devices are not compatible with Ngspice and hidden to prevent its insertion in the schematic by mistake. You have to switch to Qucsator mode using the drop-down list in the toolbar. Make sure you are using the version >= 24.2.0 It is shipped with QucsatorRF by default.