Skip to content

Parametric Sweeps

This guide will cover how to run parametric sweeps in rfx:

  • Sequential sweep — loop over parameter values with standard Python iteration
  • jax.vmap batch evaluation — vectorised parallel simulation for independent parameter points
  • Result aggregation — collecting S-parameters, resonances, and metrics across sweep dimensions
  • Use cases — substrate thickness sweeps, feed-point optimisation, frequency scaling studies

See Simulation API for the Simulation builder interface.