listformat
List valid formats for specified circuit object parameter
Description
listformat(
lists the allowable formats for the specified network parameter. The first listed format is
the default format for the specified parameter.h
,'parameter'
)
In these lists, 'Abs'
and 'Mag'
are the same as
'Magnitude (linear)'
, and 'Angle'
is the same
as 'Angle (degrees)'
.
When you plot phase information as a function of frequency, RF Toolbox™ software unwraps the phase data using the MATLAB®
unwrap
function. The resulting plot is only meaningful if the phase
data varies smoothly as a function of frequency, as described in the unwrap
reference page. If your data does not meet this requirement, you must
obtain data on a finer frequency grid.
Use the listparam
method to get the valid parameters of a circuit object.
Note
Before calling listformat
function, you must use the
analyze
function to perform a frequency domain analysis for the
circuit object.
Examples
Input Arguments
Version History
Introduced before R2006a