Export equivalent circuit for non nominal design does not seems to work #2599
-
Using the example provided on the PyAnsys website to simulate strip lines with Q2D, I cannot export the equivalent circuit for design variations that are not nominal. The example is on this page I am just adding the following command q.export_equivalent_circuit(file_name='test.ckt', But I get the error: "pyaedt ERROR: Provided variation value doesn't exist." How should I define the variations parameters? It is not clear to me. Looking at the source code, it seems that you can only export the nominal variation. Thanks, Nicolas |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@npanti You can use the following code to export any variation:
|
Beta Was this translation helpful? Give feedback.
@npanti You can use the following code to export any variation: