View Single Post
  #140   Report Post  
Old April 18th 07, 05:57 AM posted to rec.radio.amateur.antenna
Keith Dysart Keith Dysart is offline
external usenet poster
 
First recorded activity by RadioBanter: Mar 2007
Posts: 124
Default Analyzing Stub Matching with Reflection Coefficients

On Apr 17, 11:33 pm, Richard Clark wrote:
On 17 Apr 2007 20:04:26 -0700, Keith Dysart wrote:

PS - Any questions? Just ask


SPICE Error:
Trtol: transmission line Z0 must be given

Circuit: * D:\Program
Files\LTC\SwCADIII\examples\newsgroup\TLsuperposit ion.asc

Error on line 4 : tbidir vleft 0 vright 0 td=3d1.1e-6 z0=3d50
Unknown parameter "-6"
Error on line 7 : tltor vgenl 0 vloadl 0 td=3d1.1e-6 z0=3d50
Unknown parameter "-6"
Error on line 8 : trtol vgenr 0 vloadr 0 td=3d1.1e-6 z0=3d50
Unknown parameter "-6"
Fatal Error: Trtol: transmission line Z0 must be given

73's
Richard Clark, KB7QHC


Ouch. In TLsuperposition.asc, there are three lines that define the
transmission lines:

SYMATTR Value Td=1.1e-6 Z0=50
SYMATTR Value Td=1.1e-6 Z0=50
SYMATTR Value Td=1.1e-6 Z0=50

Looks to me like whatever technique you used to save the file
substituted
'=3d' for '='. '3d' is the ascii encoding for '=' so maybe '=' is
treated specially.

Since these are the only '='s in the file, perhaps manually editting
the '3d's
out will fix the problem.

What tools did you use to recover and save the text?

....Keith