Time-Domain Reflectometer Analysis (tdr)
Description
The time-domain reflectometer analysis linearizes the circuit about the DC operating point and computes the reflection coefficients versus time, looking from the active ports into the circuit.
Syntax
Name tdr parameter=value ...
Parameters
|
stop
|
|
Stop time.
|
|
settling
|
stop
|
Time required for circuit to settle.
|
|
start
|
-0.1*stop
|
Time output waveforms begin.
|
|
smoothing
|
2
|
Window smoothing parameter (useful range is 0 to 15).
|
|
vel
|
1
|
Propagation velocity of medium normalized to c.
|
|
points
|
64
|
Number of time points.
|
|
ports
|
[...]
|
List of active ports. If not given, all ports are used.
|
|
readns
|
|
File that contains estimate of DC solution (nodeset).
|
|
useprevic
|
no
|
If set to yes or ns, use the converged initial condition from previous analysis as ic or ns. Possible values are no, yes and ns.
|
|
restart
|
yes
|
Restart the DC solution from scratch if any condition has changed. If not, use the previous solution as initial guess. Possible values are no and yes.
|
|
annotate
|
sweep
|
Degree of annotation. Possible values are no, title, sweep, status and steps.
|
|
title
|
|
Analysis title.
|
|
oppoint
|
no
|
Should operating point information be computed; if yes, where should it be sent. Operating point information would not be output if the operating point computed in the previous analysis remains unchanged. Possible values are no, screen, logfile and rawfile.
|
|
prevoppoint
|
yes
|
Use the operating point computed on the previous analysis. Possible values are no and yes.
|
Such a small-signal analysis begins by linearizing the circuit about an operating point. By default, this analysis computes the operating point, if it is not yet known, or recomputes it, if any significant component or circuit parameter has changed. However, if a previous analysis computed an operating point, you can set prevoppoint=yes to avoid recomputing it. For example, if you use this command when the previous analysis was a transient analysis, the operating point is the state of the circuit on the final time point.
Return to top