Skip to content

How to set interpolating sweep tolerance and max solutions for linear step sweep? #6103

Closed Answered by isaacwaldron
isaacwaldron asked this question in Q&A
Discussion options

You must be logged in to vote

Use SweepHFSS.update:

linear_step_sweep = setup.create_linear_step_sweep(name="LinearStepSweep", unit="MHz", start_frequency=0.1e3, stop_frequency=1200.1, step_size=153.8, sweep_type="Interpolating")
linear_step_sweep.props["InterpTolerance"] = 0.1
linear_step_sweep.props["InterpMaxSolns"] = 500
linear_step_sweep.update()

Replies: 1 comment

Comment options

isaacwaldron
May 2, 2025
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by isaacwaldron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant