Hi Everyone,
I am using PyAEDT along with HFSS SBR+ to simulate a radar on moving platform. I am obtaining the ramp parameters using the following snippet.
setup = hfss.design_setups[hfss.active_setup].properties
I am able to get the user configurable fields such as Setup Type, Waveform Type, Center Frequency, A/D Sampling Rate, etc of the SBR+ Solution Setup dialog box. However, I am unable to retrieve the estimated parameters such as Radar Bandwidth, Chirp Duration, Frequency Ramp Rate, etc.
Are they part of any property in the HFSS class in python?
It will be interesting for me to have the discrete frequency steps as a vector in python and also what kind of ramp is considered by the simulation - sawtooth, triangular, up/down chirp etc. Is this possible? is there any method which already implements this in PyAEDT?