sar_setup#
- Hfss.sar_setup(assignment=-1, tissue_mass=1, material_density=1, voxel_size=1, average_sar_method=0)#
Define SAR settings.
- Parameters:
- assignment
int,optional Object ID. The default is
-1to 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,
0for IEEE Standard 1528 and1for the standard Ansys method. The default is0.
- assignment
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oDesign.SARSetup