Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello Sim4Life-community!
My question is fairly simple: how can I tick the box at Sources: "Distribute Along Line" as True in the python API? My settings are EM FDTD - single port. I was not able to find the solution in the API browser, tutorials or the "To-Python"-function.
My current version is 4.4.2.3851.
hmmm... it seems the "Distribute Along Line" option is missing from the normal Python API, which explains why it doesn't appear via the "to-Python" function. There is a workaround, though, by directly accessing the so-called "raw" API of the simulation setting:
edge_source_settings.raw.Distribute.Value = True
I hope this helps
Yes, this has solved the issue. Thanks a lot Silvain!