Radar#
- class ansys.aedt.core.modeler.advanced_cad.actors.Radar(radar_folder, name=None, motion=False, use_relative_cs=False, offset=('0', '0', '0'), speed=0, relative_cs_name=None)[source]#
Manages the radar definition and placement in the HFSS design.
- Parameters:
- radar_folder
str
Full path to the folder containing the radar file.
- name
str
,optional
Name of the radar file. The default is
None
.- motionbool,
optional
Whether the actor is in motion. The default is
False
.- use_relative_csbool,
optional
Whether to use the relative coordinate system. The default is
False
.- offset
list
,optional
List of offset values. The default is
("0", "0", "0")
.- speed
float
orstr
,optional
Speed of the vehicle. The default is
0
.- relative_cs_name
str
,optional
Name of the relative coordinate system of the actor. The default is
None
, in which case the global coordinate system is used.
- radar_folder
Methods
Radar.insert
(app[, motion])Insert radar in the HFSS application instance.
Set up design variables and values to enable motion for the multi-part 3D component.
Radar.start
(app)Initialize app for SBR+ simulation.
Attributes
Coordinate system name.
Number of multi-part components.
Unique instance name.
Offset values for the multi-part component.
X-, Y-, and Z-axis offset names.
X-axis offset name.
Y-axis offset name.
Z-axis offset name.
Pitch variable value.
Pitch variable name.
Roll variable value.
Roll variable name.
Speed variable expression.
Speed variable name.
Multi-part units.
Global coordinate system.
Yaw variable value.
Yaw variable name.