Plot circuit object parameters on Smith chart
returns the line series property object lineseries = smith(hnet,i,j)lineseries. The
lineseries object can be used to set the properties of the data in
the Smith plot.
smith(
plots the circuit parameter h,circuitPara)circuitPara from the RFCKT or RF data
object h on a Smith chart. You can specify multiple circuit parameters
in this syntax.
smith(
plots the circuit parameters h,circuitPara,xAxisPara,xAxisFmt)circuitPara on a Smith chart along with
the variables xAxisPara and their corresponding format
xAxisFmt.
Derive xAxisPara and xAxisFmt for the RFCKT
or RF data object h using the listparam(h) and
listformat(h,'xAxisPara') commands, respectively.
smith(___, plots the
data of a RFCKT or RF data object with name-value arguments. Specify name-value argument
after any of the input argument combinations in the previous syntaxes.Name,Value)
smith(___, plots the
data of the RFCKT or RF data object on a Smith chart with the specified grid type. gridType)
[
returns the line series property object lineseries,hsm] = smith(___)lineseries and Smith chart
property object hsm.
Type listparam(h) to get a list of valid parameters for the circuit
object h.
Note
For all circuit objects, except those that contain data from a data file, you must
use the analyze
function to perform a frequency domain analysis before calling
smith.
analyze | extract | listformat | listparam | loglog | plot | plotyy | polar | read | semilogx | semilogy | smithplot