How can I choose "Distribute Along Line = True"?
-
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