create_sbr_chirp_i_doppler_setup#
- Hfss.create_sbr_chirp_i_doppler_setup(time_variable=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, include_coupling_effects=False, doppler_ad_sampling_rate=20, setup=None)#
Create an SBR+ Chirp I 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 for the sweep time. The default is
0.If a value greater than0is specified, a parametric sweep is created.- center_freq
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.- include_coupling_effects
float,optional Whether to include coupling effects. The default is
False.- doppler_ad_sampling_rate
float,optional Doppler AD sampling rate to use if
include_coupling_effectsisTrue. The default is20.- 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