MultipoleDebyeModel#

class ansys.edb.core.definition.multipole_debye_model.MultipoleDebyeModel(msg)#

Represents a dielectric material model.

Methods

MultipoleDebyeModel.create()

Create a multipole Debye dielectric material model.

MultipoleDebyeModel.get_parameters()

Get parameters used to define the model.

MultipoleDebyeModel.set_parameters(...)

Set parameters used to define the model.

Attributes

MultipoleDebyeModel.id

int: Unique ID of the EDB object.

MultipoleDebyeModel.is_null

bool: Flag indicating if the object exists in the database.

MultipoleDebyeModel.msg

EDBObjMessage: Protobuf message that represents the object's ID.

MultipoleDebyeModel.type

DielectricMaterialModelType: Type of the dielectric material model.