- Go to Simulation → Model Configuration Parameters (or press Ctrl+E)
- Under Solver settings, change the Stop time from inf to a finite value (e.g., 0.01, 0.1, 1, etc.)
- The appropriate value depends on your circuit - for RF energy harvesting, start with 0.001 or 0.01 seconds
- Double-click your Scope block
- In the scope window, look for the display mode selector (usually a toolbar button)
- Switch from Spectrum Analyzer mode to Time Domain view
- This will show the waveform over time instead of frequency spectrum
- In Model Configuration Parameters → Solver
- Change Type from "Variable-step" to "Fixed-step"
- Set a reasonable Fixed-step size (e.g., 1e-6 for RF circuits)
- Set Stop Time: Use 0.01 or 0.001 seconds (10ms or 1ms) - enough to capture several RF cycles
- Check your RF frequency: If you're working with MHz frequencies, ensure your simulation time is long enough to capture multiple periods
- Solver settings: Use ode23t or ode15s solver for electrical circuits with fast dynamics
- Right-click the scope → Configuration Properties
- Under Time span, ensure it's not set to "Auto" if causing issues
- Set a specific time window for analysis
