14.3 Using Output Equations
Output equations assign the result of a measurement to a variable, which can be used in other equations just like other variables. Output equations display in dark green, whereas standard equations display in black. The following example defines a variable named "s_data" and assigns it to the S11 data of an amplifier:
s_data = Amp1:|S[1,1]|
After simulating, the variable will contain a vector of real values representing S11 versus its sweep.
In the following Output Equations window, filters11 is a variable that is equal to the measurement s11 of the filter source. Note that the final equation contains three different measurements.