Q3DGeneralSettings#
- class pyedb.grpc.database.simulation_setup.q3d_general_settings.Q3DGeneralSettings(pedb, core: ansys.edb.core.simulation_setup.q3d_simulation_settings.Q3DGeneralSettings)#
Overview#
Whether to perform AC analysis. |
|
Whether to perform CG analysis. |
|
Whether to perform DC analysis. |
|
Whether to perform DC resistance only analysis. |
|
Whether to save fields. |
|
Solution frequency in Hz. |
Import detail#
from pyedb.grpc.database.simulation_setup.q3d_general_settings import Q3DGeneralSettings
Property detail#
- property Q3DGeneralSettings.do_ac: bool#
Whether to perform AC analysis.
- Returns:
- bool
True if AC analysis is to be performed, False otherwise.
- property Q3DGeneralSettings.do_cg: bool#
Whether to perform CG analysis.
- Returns:
- bool
True if CG analysis is to be performed, False otherwise.
- property Q3DGeneralSettings.do_dc: bool#
Whether to perform DC analysis.
- Returns:
- bool
True if DC analysis is to be performed, False otherwise.
- property Q3DGeneralSettings.do_dc_res_only: bool#
Whether to perform DC resistance only analysis.
- Returns:
- bool
True if DC resistance only analysis is to be performed, False otherwise.
Attribute detail#
- Q3DGeneralSettings.core#