c = circuitDescriptions(mnobj)
returns a table, c describing each possible matching network in a
row. The source is attached to the leftmost component on the table line, and the
load is attached to the rightmost component on the table line.
[c,p] = circuitDescriptions(mnobj)
returns a table, c describing each possible matching network in a
row and a table, p with details about the circuit
performance.
c — Description of each possible matching network table
Description of each possible matching network, returned as a table.
p — Description of performance of each possible matching network table
Description of the performance of each possible matching network, returned
as a table. This table tells you if the matching network meets all
performance goals, which performance goals have failed, and the overall
performance metric used for ranking.