Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.maple > #1158
| Date | 2015-07-08 22:18 -0700 |
|---|---|
| From | "Thomas D. Dean" <tomdean@speakeasy.org> |
| Newsgroups | comp.soft-sys.math.maple |
| Subject | Syrup Syntax Checking |
| Message-ID | <4dadncK5F6-_mQPInZ2dnUU7-QWdnZ2d@megapath.net> (permalink) |
Are any tools available for checking the Syntax of a deck? I get > volts,others:=Solve(ckt,'returnall'): Error, (in Syrup:-Solve) module does not export `value` Are nested subckts supported? From reading the help page, the level of subckt definition must be the same as the call to that subckt. The circuit is long, but, its form is: * .subckt A 1 2 3 .include Library:-Diode .subckt B 1 2 ... .ends B .subckt C 1 2 3 ... .ends C ... D1 23 45 B(Io=315E-9,eta=1,Vt=0.02569260564) Q1 34 35 36 C(beta=3000) D2 33 44 Diode(Io=1E-15,eta=1,Vt=0.02569260564) ... .ends A V1 1 0 10 X1 1 2 3 A ... .end If I comment out the D1,Q1, and D2 lines, I do not get the error. Tom Dean
Back to comp.soft-sys.math.maple | Previous | Next — Next in thread | Find similar
Syrup Syntax Checking "Thomas D. Dean" <tomdean@speakeasy.org> - 2015-07-08 22:18 -0700 Re: Syrup Syntax Checking Joe Riel <joer@san.rr.com> - 2015-07-09 07:20 -0700
csiph-web