Zener diode required resistance function .
A zener diode is uses to allow current to flow “backwards” when the zener
voltage is reached. This function use to calculate the required resistor
value following below formula:
- Parameters:
- Vin : float
Minimum input Voltage in Volt
- Vo : float
Output Voltage in Volt
- I : float
Load Current in Ampere
- Returns:
R – Load Resistance in Ohm
- Return type:
float