Interface CircuitComponent
- All Known Implementing Classes:
Capacitor, CurrentSource, Ground, Inductor, Memristor, ParallelCircuit, Resistor, SeriesCircuit, SimpleCircuit, VoltageSource
public interface CircuitComponent
Interface for electrical circuit components.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Method Summary
Modifier and TypeMethodDescriptiongetCurrent(Real voltage, Real dt) Calculates the current flowing through the component given the voltage across it.
-
Method Details
-
getCurrent
-