
|
[si-list]
||
[Date Prev]
[03-2006 Date Index]
[Date Next]
||
[Thread Prev]
[03-2006 Thread Index]
[Thread Next]
[SI-LIST] Re: HSPICE S-parameter File Syntax
- From: "Andrew Ingraham" <a.ingraham@xxxxxxxx>
- To: <si-list@xxxxxxxxxxxxx>
- Date: Thu, 2 Mar 2006 09:55:07 -0500
> " svia n1 n2 n3 n4 0 fqmodel=3Ddiffvia "=20
> " .model diffvia sp n=3D4 datafile=3Dvia.s4p "
You got bitten by one of the things that happens occasionally on this
maillist, where equals signs get converted into "=3D" (its ASCII hex code)
by (I think) the listserver.
Translating the above, what you probably wrote was:
> " svia n1 n2 n3 n4 0 fqmodel=diffvia "
> " .model diffvia sp n=4 datafile=via.s4p "
I've not used s-parameter files in HSpice, but it's possible you just need a
set of quotes around the filename. Try:
.model diffvia sp n=4 datafile='via.s4p'
If that doesn't work, try adding the full path to the filename, in case
HSpice is looking in a different directory.
Regards,
Andy
------------------------------------------------------------------
To unsubscribe from si-list:
si-list-request@xxxxxxxxxxxxx with 'unsubscribe' in the Subject field
or to administer your membership from a web page, go to:
http://www.freelists.org/webpage/si-list
For help:
si-list-request@xxxxxxxxxxxxx with 'help' in the Subject field
List FAQ wiki page is located at:
http://si-list.org/wiki/wiki.pl?Si-List_FAQ
List technical documents are available at:
http://www.si-list.org
List archives are viewable at:
http://www.freelists.org/archives/si-list
or at our remote archives:
http://groups.yahoo.com/group/si-list/messages
Old (prior to June 6, 2001) list archives are viewable at:
http://www.qsl.net/wb6tpu
|

|