lakshmikanth ayyadevara
lakshmikanth ayyadevara
Perfect, that's exactly what I want to convey
Sir any update on this feature 😀😀
please assign me this issue
## let me know if like the code structure for `electricpy.opamp` ```python def non_inverting(Vin = None, Vout = None, Rg = None, Rf = None): """ """ if not (Vin...
I have added dataTables for SQL pannel, if this ok i will make a pull request 
Yes I am having a very abstract idea for `Frequency Response` as a class in `visu.py` Which includes - `RLC` Series Frequency Response - `Operation Amplifier` Frequency Response - Any...
``` class RLC(FrequencyResponse): def __init__(self, resistance: float, inductance: float, capacitance: float, frequency: float) -> None: self.resistance = resistance self.inductance = inductance self.capacitance = capacitance self.frequency = frequency def resonance_frequency(self): return...
please test this changes from an end user perspective and give your valuable feedback we need to add Frequency Responses for `parallerl RLC` ,`OpAmp` and First and second order control...