lakshmikanth ayyadevara

Results 18 comments of lakshmikanth ayyadevara

Perfect, that's exactly what I want to convey

Sir any update on this feature 😀😀

## 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 ![image](https://user-images.githubusercontent.com/52835045/225699491-77ffb98c-edb2-4765-9315-8d7f8eb4cd18.png)

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...