create_sbr_pulse_doppler_setup#

Hfss.create_sbr_pulse_doppler_setup(time_var=None, sweep_time_duration=0, center_freq=76.5, resolution=1, period=200, velocity_resolution=0.4, min_velocity=-20, max_velocity=20, ray_density_per_wavelength=0.2, max_bounces=5, setup_name=None)[source]#

Create an SBR+ pulse Doppler setup.

Parameters:
time_varstr, optional

Name of the time variable. The default is None, in which case a search for the first time variable is performed.

sweep_time_durationfloat, optional

Duration of the sweep time. The default is 0. If a value greater than 0 is specified, a parametric sweep is created.

center_freqfloat, optional

Center frequency in gigahertz (GHz). The default is 76.5.

resolutionfloat, optional

Doppler resolution in meters (m). The default is 1.

periodfloat, optional

Period of analysis in meters (m). The default is 200.

velocity_resolutionfloat, optional

Doppler velocity resolution in meters per second (m/s). The default is 0.4.

min_velocitystr, optional

Minimum Doppler velocity in meters per second (m/s). The default is -20.

max_velocitystr, optional

Maximum Doppler velocity in meters per second (m/s). The default is 20.

ray_density_per_wavelengthfloat, optional

Doppler ray density per wavelength. The default is 0.2.

max_bouncesint, optional

Maximum number of bounces. The default is 5.

setup_namestr, optional

Name of the setup. The default is None, in which case the active setup is used.

Returns:
tuple

The tuple contains: (pyaedt.modules.SolveSetup.Setup, pyaedt.modules.DesignXPloration.ParametericsSetups.Optimetrics).

References

>>> oModule.InsertSetup