pyaedt.edb_core.siwave.SiwaveDCSetupTemplate¶
- class pyaedt.edb_core.siwave.SiwaveDCSetupTemplate[source]¶
Siwave DC Settings Data Class.
This class contains all the settings for a Siwave DC Analysis and is used as input
Examples
>>> from pyaedt import Edb >>> edb = Edb("pathtoaedb", edbversion="2021.2") >>> settings = edb.core_siwave.get_siwave_dc_setup_template() >>> settings.accuracy_level = 0 >>> settings.use_dc_custom_settings = True >>> settings.name = "myDCIR_3" >>> settings.pos_term_to_ground = "I1" >>> settings.neg_term_to_ground = "V1" >>> edb.core_siwave.add_siwave_dc_analysis(settings)
Methods
Attributes
Set negative terminals to ground.
Set positive terminals to ground.
Terminals with positive or negative grounded terminals.