create_sbr_pulse_doppler_setup#
- Hfss.create_sbr_pulse_doppler_setup(time_variable: str | None = None, sweep_time_duration: float | None = 0.0, frequency: float | None = 76.5, resolution: float | None = 1.0, period: float | None = 200.0, velocity_resolution: float | None = 0.4, min_velocity: float | None = -20.0, max_velocity: float | None = 20.0, ray_density_per_wavelength: float | None = 0.2, max_bounces: int | None = 5, setup: str | None = None) tuple[str | bool]#
Create an SBR+ pulse Doppler setup.
- Parameters:
- time_variable
str,optional Name of the time variable. The default is
None, in which case a search for the first time variable is performed.- sweep_time_duration
float,optional Duration of the sweep time. The default is
0. If a value greater than0is specified, a parametric sweep is created.- frequency
float,optional Center frequency in gigahertz (GHz). The default is
76.5.- resolution
float,optional Doppler resolution in meters (m). The default is
1.- period
float,optional Period of analysis in meters (m). The default is
200.- velocity_resolution
float,optional Doppler velocity resolution in meters per second (m/s). The default is
0.4.- min_velocity
float,optional Minimum Doppler velocity in meters per second (m/s). The default is
-20.- max_velocity
float,optional Maximum Doppler velocity in meters per second (m/s). The default is
20.- ray_density_per_wavelength
float,optional Doppler ray density per wavelength. The default is
0.2.- max_bounces
int,optional Maximum number of bounces. The default is
5.- setup
str,optional Name of the setup. The default is
None, in which case the active setup is used.
- time_variable
- Returns:
tupleThe tuple contains: (
ansys.aedt.core.modules.solve_setup.Setup,ansys.aedt.core.modules.design_xploration.ParametericsSetups.Optimetrics).
References
>>> oModule.InsertSetup