how to normalize in Simulation Combiner ?
-
I have run a multi-port EM simulation. My aim is to use the python API to generate a simulation combiner with contribution from several channels, then extract the EM field.
1- How can we normalize the Total power in the simulation combiner and set a target power ?
2- Under the simulation combiner, after creating a sensor combiner how can we set the Normalized power and choose reference (EM input Power / Conducted power) ?When i try to to use to python tool to generate script for normalized and non-normalized cases, i observe no difference in the generated script
-
This might be an old question, but I have just stumbled accross this problem and solution recently. Someone reading this in the future might find it helpful. The code you were looking for is the following:
#Sources heat_source = thermal_sim.AddHeatSourceSettings(em_sim.OverallFieldSensor) heat_source.NormalizeToInputPower = True heat_source.PowerScaleFactor = 6, units.WattsAssuming you want 6W of power, of course.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login