create_sbr_pulse_doppler_setup#
- Hfss.create_sbr_pulse_doppler_setup(time_variable=None, sweep_time_duration=0, frequency=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=None)[source]#
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 than0
is 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
str
,optional
Minimum Doppler velocity in meters per second (m/s). The default is
-20
.- max_velocity
str
,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:
tuple
The tuple contains: (
ansys.aedt.core.modules.solve_setup.Setup
,ansys.aedt.core.modules.design_xploration.ParametericsSetups.Optimetrics
).
References
>>> oModule.InsertSetup