How do you place a marker at a certain frequency on a trace, based on a variable exported from a schematic?
For example:
Suppose I'm designing a filter, and I define a passband start frequency Fst, and a passband stop frequency Fsp. These are defined on the schematic using a VAR component. I then export these to the data display using output variables in the S-parameter simulation component.
Now I would like to place a marker at Fst and Fsp in a Rectangular S21 plot in the data display.
How is this done?
For example:
Suppose I'm designing a filter, and I define a passband start frequency Fst, and a passband stop frequency Fsp. These are defined on the schematic using a VAR component. I then export these to the data display using output variables in the S-parameter simulation component.
Now I would like to place a marker at Fst and Fsp in a Rectangular S21 plot in the data display.
How is this done?
Another method is to slice out the data for the desired frequency and plot that single point in the graph. You can place the marker on that single point.
This document describes these two methods:
ADS : How to make markers track / move to right frequency
There are issues with retaining this tracking when re-opeing the data display etc. I think the method of slicing out a single point and just plot that would be better when it comes to re-opeing the data display.