Other Parts Discussed in Thread: TINA-TI
Hi, I'm trying to model a differential driver / receiver pair with a lossy transmission line in between the two.
I've read http://e2e.ti.com/support/development_tools/webench_design_center/f/234/t/234485.aspx
and downloaded the model. But when I copy / paste the lossy model into my testbench, I get errors about the receiver side of the transmission line floating.
I've tried to make a new macro subcircuit that includes the LTRA device:
* LTRA Subcircuit - 120 Ohm Zo, 1 Meter
.SUBCKT LTRA_Z120_1M 1001 1002 1003 1004
* PINOUT ORDER N1 N2 N3 N4
* Port 1 Nodes are N1,N2. Port 2 Nodes are N3, N4
*///////////////////////////////////////////////////////////
.MODEL XLINE LTRA R=5m L=1.28n C=18.2p LEN=39
O1 1001 1002 1003 1004 XLINE
.ENDS LTRA_Z120_1M
But when Tina crunches this in the create new macro wizard, it reports: "Invalid syntax element LTRA, Line: #6.
I'm thinking that maybe the Tina-TI package does not support the LTRA component, but I can't find any clear documentation on this. In fact the component help indicates that there is a transmission line schematic symbol which doesn't show up on the component toolbar in the program.
Version I'm using is Version 9.3.50.40 SF-TI
Thanks,
Anthony