Is there a clean way to quickly toggle several s2p blocks between two s2p files? I know of the PathSelect2 compoenet, but this uses up a lot of space on the schematic. I'd like to be able to toggle 30 or so s2p blocks between a nominal file and a tolerance case. Can the file based entry mode inside the s2p block help me do this?
One idea would be to have the s2p block point to a variable with the filename. Then toggle between two variable blocks with the two filenames of interest.
Any other ideas?
One idea would be to have the s2p block point to a variable with the filename. Then toggle between two variable blocks with the two filenames of interest.
Any other ideas?
You can use the sprintf() function to sweep s2p filenames. See this post: Data Access Component