Hi everybody,
I am trying to extract S11 data of an EdgeSource sensor from a broadband simulation via python, however I found only the way how to extract frequency data.
How can I access the S11 data as well? Part of my code is
simEM_results = sim.Results()
S11_axis = simEM_results["EdgeSource (Dipole)"]["Reflection Coefficient(f)"].Data.Axis
S11_data = ???
Basically I am looking for equivalent to SEMCAD X 14.8.6 XNumPy.AsArray() function.
Thanks,
Spuky