Plot specified circuit object parameters on X-Y plane
plots the specified lineseries
= plot(h
,parameter
)parameter
on an X-Y plane in the default format.
h
is the handle of a circuit ( rfckt
) object. Use
the listparam
method to get a list of the valid
parameters for a particular circuit object, h
.
The plot
method returns a column vector of handles to
lineseries
objects, one handle per line. This output is the same as the
output returned by the MATLAB®
plot
function.
plots the specified parameters lineseries
= plot(h
,parameter1,...,parametern)parameter1
,...
,
parametern
from the object h
on an X-Y plane.
plots the specified parameters lineseries
= plot(h
,parameter1,...,parametern,format)parameter1
,...
,
parametern
in the specified format
. The format
determines if RF Toolbox™ software converts the parameter values to a new set of units, or operates on
the components of complex parameter values. For example:
Specify format
as Real
to plot the real part
of the selected parameter.
Specify format
as 'none'
to plot the
parameter values unchanged.
Use the listformat
method to get a list of the valid
formats for a particular parameter.
plots the specified parameters at the specified operating conditions for the object
lineseries
= plot(h
,'parameter1',...,'parametern', format
,xparameter
,xformat
,'condition1',value1,...,
'conditionm',valuem,'freq',freq,'pin',pin)h
.
If h
has multiple operating conditions, such as from a
.p2d
or .s2d
file, the plot
method operates as follows:
If you do not specify any operating conditions as arguments to the
plot
method, then the method plots the parameter values based on
the currently selected operating condition.
If you specify one or more operating conditions, the plot
method plots the parameter values based on those operating conditions.
When you use an operating condition for the xparameter
input
argument, the method plots the parameters for all operating condition values.
plots budget data for the specified parameters
lineseries
= plot(h
,'budget'
,...)parameter1
,...
, parametern
from
the rfckt.cascade
object h
.
plots spur power of an lineseries
= plot(h
,'mixerspur'
,k
,pin,fin)rfckt.mixer
object or an
rfckt.cascade
object that contains one or more mixers.
Note
For all circuit objects except those that contain data from a data file, you must
perform a frequency domain analysis with the analyze
method
before calling plot
.
Use the Property Editor (propertyeditor
) or the MATLAB
set
function to change Line Properties. The reference pages for MATLAB functions such as figure
, axes
, and text
also list available properties and
provide links to more complete property descriptions.
Note
Use the MATLAB
plot
function to plot network parameters
that are specified as vector data and are not part of a circuit
(rfckt
) object or data (rfdata
) object.
rfplot
The function
creates magnitude-frequency plots for RF Toolbox S-parameter objects.
analyze
| calculate
| circle
| extract
| getop
| getop
| getz0
| groupdelay
| listformat
| listparam
| loglog
| plot
| plotyy
| polar
| read
| restore
| semilogx
| semilogy
| smith
| write