In a schematic, I'm able to place an S_Param component and fill in the necessary parameters of Start, Stop and Step for a linear sweep using the function de_set_item_parameters().
I'm now trying to set up a sweep plan (component is SweepPlan) with single frequencies and I'm having trouble trying to set the item parameters. Example code or some advice on how to do this would be much appreciated.
Thanks,
Mike
I'm now trying to set up a sweep plan (component is SweepPlan) with single frequencies and I'm having trouble trying to set the item parameters. Example code or some advice on how to do this would be much appreciated.
Thanks,
Mike
This is what I captured when I defined 3 single point frequencies:
To make this more usable in a script, then you could create a function, something like this:
..which you can call like this:
-Mats