VoltageRegulator#

class pyedb.grpc.database.layout.voltage_regulator.VoltageRegulator(pedb, core)#

Class managing voltage regulator.

Overview#

component

Voltage regulator component

load_regulator_current

Load regulator current value

load_regulation_percent

Retrieve load regulation percent value.

negative_remote_sense_pin

Retrieve negative remote sense pin.

positive_remote_sense_pin

Retrieve positive remote sense pin.

voltage

Retrieve voltage value.

Import detail#

from pyedb.grpc.database.layout.voltage_regulator import VoltageRegulator

Property detail#

property VoltageRegulator.component#

Voltage regulator component

Returns:
Component

Component.

property VoltageRegulator.load_regulator_current: float#

Load regulator current value

Returns:
float

Current value.

property VoltageRegulator.load_regulation_percent: float#

Retrieve load regulation percent value.

Returns:
float

Percent value.

property VoltageRegulator.negative_remote_sense_pin: pyedb.grpc.database.primitive.padstack_instance.PadstackInstance#

Retrieve negative remote sense pin.

Returns:
PadstackInstance pyedb.grpc.database.primitive.padstack_instance.PadstackInstance

PadstackInstance.

property VoltageRegulator.positive_remote_sense_pin: pyedb.grpc.database.primitive.padstack_instance.PadstackInstance#

Retrieve positive remote sense pin.

Returns:
PadstackInstance pyedb.grpc.database.primitive.padstack_instance.PadstackInstance

PadstackInstance.

property VoltageRegulator.voltage: float#

Retrieve voltage value.

Returns:
float

Voltage value.

Attribute detail#

VoltageRegulator.core#