List valid parameters for specified circuit object
list = listparam(h)
list = listparam(h)
lists the valid
parameters for the specified circuit object h
.
Before calling listparam
, you must use the
analyze
method to perform a frequency domain
analysis for the circuit object.
Several parameters are available for all objects. When you import
rfckt.amplifier
, rfckt.mixer
, or
rfdata.data
object specifications from a
.p2d
or .s2d
file, the list of
valid parameters also includes any operating conditions from the file that
have numeric values, such as bias.
The following table describes the most commonly available parameters.
Parameter | Description |
---|---|
| S-parameters |
GroupDelay | Group delay |
GammaIn ,
GammaOut | Input and output reflection coefficients |
VSWRIn ,
VSWROut | Input and output voltage standing-wave ratio |
IIP3 , OIP3
(Amplifier and mixer objects only) | Third-order intercept point |
NF | Noise figure |
TF1 | Ratio of the load voltage to the output voltage of the source when the input port is conjugate matched |
TF2 | Ratio of load voltage to the source voltage |
|
|
GammaMS ,
GammaML | Source and load reflection coefficients for simultaneous conjugate match |
K , Mu ,
MuPrime | Stability factor |
Delta | Stability condition |
analyze
| calculate
| extract
| getz0
| listformat
| loglog
| plot
| plotyy
| polar
| read
| restore
| semilogx
| semilogy
| smith
| write