First RC Circuit¶
Quick tutorial to validate installation, schematic connectivity, and simulation flow.
Objective¶
Build a simple RC low-pass circuit and confirm the exponential Vout response.
Topology¶
Vin(source)R1 = 1kΩC1 = 1uFGND
Connections:
Vin+ -> R1R1 -> VoutVout -> C1C1 -> GNDVin- -> GND
Step-by-step in the GUI¶
- Create a new project.
- Insert
Voltage Source,Resistor,Capacitor, andGround. - Wire the topology above.
- Set
R1andC1parameters. - Configure source as step or pulse.
- Open
Simulation Settingsand use: Start time = 0Stop time = 10msStep size = 1usOutput points = 10000- Click Run.
- In the viewer, plot
V(vout)andV(vin).
Expected Result¶
V(vout)rises exponentially.τ = R × C = 1k × 1u = 1ms.- Around
5τ(about5ms), output is close to final value.
Validation Checklist¶
- Simulation finishes without errors.
V(vout)shows consistent first-order behavior.- Changing
RorCshiftsτas expected.