PowerModule#

class ansys.edb.core.layout.voltage_regulator.PowerModule(comp_group_name, pos_output_terminal='', neg_output_terminal='', relative_strength=<ansys.edb.core.utility.value.Value object>, active=True)#

Represents a power module.

Attributes:
comp_group_namestr

str: Component group name of the power module.

pos_output_terminalstr

str: Positive output terminal name for the power module.

neg_output_terminalstr

str: Negative output terminal name for the power module.

relative_strengthValue

Value: Relative strength for the power module as a percentage.

activebool

bool: Flag indicating if the power module is active.

Methods

Attributes

PowerModule.active

bool: Flag indicating if the power module is active.

PowerModule.comp_group_name

str: Component group name of the power module.

PowerModule.needs_sync

bool: Flag indicating if the power module needs to be synchronized.

PowerModule.neg_output_terminal

str: Negative output terminal name for the power module.

PowerModule.pos_output_terminal

str: Positive output terminal name for the power module.

PowerModule.relative_strength

Value: Relative strength for the power module as a percentage.