create_sbr_chirp_iq_doppler_setup#
- Hfss.create_sbr_chirp_iq_doppler_setup(time_variable: str | None = None, sweep_time_duration: float | None = 0.0, center_freq: float | None = 76.5, resolution: float | None = 1, period: float | None = 200, velocity_resolution: float | None = 0.4, min_velocity: float | None = -20, max_velocity: float | None = 20, ray_density_per_wavelength: float | None = 0.2, max_bounces: int | None = 5, include_coupling_effects: bool | None = False, doppler_ad_sampling_rate: int | None = 20, setup: str | None = None) tuple[str | bool]#
Create an SBR+ Chirp IQ 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.- center_freq
float,optional Center frequency in gighertz (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.- include_coupling_effectsbool,
optional Whether to include coupling effects. The default is
False.- doppler_ad_sampling_rate
int,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