Sweep Parameter Range Around a Reference Value

Is there a version of “Sweep Parameter Range” where a reference value can be set with start and stop offsets from the reference? Ideally I would like to read an unknown value and then sweep around that value.

@JMAnalog not with only Sweep Parameter Range, but you can have other steps calculate that value and pass it as an Input. See the Input/Output introduced here:

Creating an Output is simple, you just need to add the [Output] attribute to a Step Setting

That should work. I didn’t want develop functionality that was already available. Thanks!

2 Likes