create_vrm_module#
- EdbSiwave.create_vrm_module(name=None, is_active=True, voltage='3V', positive_sensor_pin=None, negative_sensor_pin=None, load_regulation_current='1A', load_regulation_percent=0.1)[source]#
Create a voltage regulator module.
- Parameters:
- name
str
Name of the voltage regulator.
- is_activebool
optional
Set the voltage regulator active or not. Default value is
True
.- voltage ; str, float
Set the voltage value.
- positive_sensor_pin
int
,class
pyedb.dotnet.edb_core.edb_data.padstacks_data.EDBPadstackInstance
defining the positive sensor pin.
- negative_sensor_pin
int
,class
pyedb.dotnet.edb_core.edb_data.padstacks_data.EDBPadstackInstance
defining the negative sensor pin.
- load_regulation_current
str
orfloat
definition the load regulation current value.
- load_regulation_percent
float
definition the load regulation percent value.
- name