Tutorial · T7
Parameter sweeps from the CLI
Objective: sweep a parameter across many runs from the command line — the basis for design-of-experiments work.
Steps
$ fsap sweep my_network.fsap \
--param valve.K=2,4,6,8 \
--csv sweep.csv
Each value solves independently and the results stack into one CSV.
Expected result
A table of operating points versus valve K — ready to drop straight into a plot or notebook.
Headless CLI · scriptable, CI-friendly