sar_setup#
- Hfss.sar_setup(assignment=-1, tissue_mass=1, material_density=1, voxel_size=1, average_sar_method=0)[source]#
Define SAR settings.
- Parameters:
- assignment
int
,optional
Object ID. The default is
-1
to not specify the object.- tissue_mass
float
,optional
Mass of tissue in grams. The default is
1
.- material_density
optional
Density of material in gram/cm^3. The default is
1
.- voxel_size
optional
Size of a voxel in millimeters. The default is
1
.- average_sar_method
optional
SAR method. There are two options,
0
for IEEE Standard 1528 and1
for the standard Ansys method. The default is0
.
- assignment
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oDesign.SARSetup