Q3DGeneralSettings#

class pyedb.grpc.database.simulation_setup.q3d_general_settings.Q3DGeneralSettings(pedb, core: ansys.edb.core.simulation_setup.q3d_simulation_settings.Q3DGeneralSettings)#

Overview#

do_ac

Whether to perform AC analysis.

do_cg

Whether to perform CG analysis.

do_dc

Whether to perform DC analysis.

do_dc_res_only

Whether to perform DC resistance only analysis.

save_fields

Whether to save fields.

solution_frequency

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.

property Q3DGeneralSettings.save_fields: bool#

Whether to save fields.

Returns:
bool

True if fields are to be saved, False otherwise.

property Q3DGeneralSettings.solution_frequency: float#

Solution frequency in Hz.

Returns:
float

Solution frequency in Hz.

Attribute detail#

Q3DGeneralSettings.core#