-
|
Is there a way to calculate e.g. the s-parameters from the saved data in sim dir offline (after simulation)? I looked at the relevant .py and .m source code and it seems that it is of course in theory possible but in practice not that easy because information of the simulation setup is needed. Perhaps that information is in the .xml (I noticed the previous discussion? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Well if you look e.g. at the Simple-Patch Antenna tutorial, there is a variable "post_proc_only". If you set that to "True" the script will run normally but without a simulation. Thus you can do all the normal calculations. |
Beta Was this translation helpful? Give feedback.
Well if you look e.g. at the Simple-Patch Antenna tutorial, there is a variable "post_proc_only". If you set that to "True" the script will run normally but without a simulation. Thus you can do all the normal calculations.
Unfortunately there is currently no other framework on how to re-create e.g. the port setups and do the post-processing.
But some day I have to think of something...