mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-09-02 10:47:20 +02:00
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
//
|
|
// Example test specification for HICUM L2V2p32
|
|
//
|
|
|
|
//
|
|
// Simulator specific information
|
|
// These arguments are added to the model card
|
|
// specification to invoke the desired model in
|
|
// different simulators (which can have different
|
|
// names or levels for the same model) and to switch
|
|
// between nType and pType polarities.
|
|
// It is assumed that there are no polarity specific
|
|
// parameters.
|
|
//
|
|
|
|
`ifdef spice
|
|
// hicum not supported
|
|
`endif
|
|
`ifdef ngspice
|
|
nTypeSelectionArguments npn level=8 version=2.34
|
|
//pTypeSelectionArguments pnp level=8 version=2.34
|
|
`endif
|
|
|
|
//
|
|
// General test-independent information
|
|
//
|
|
|
|
keyLetter q
|
|
pins coll base emit subs therm
|
|
//verilogaFile vacode/hicumL2V2p34.va
|
|
float therm
|
|
checkPolarity n
|
|
|
|
test ypara_npn_full_sh_ac
|
|
temperature 27
|
|
biases V(emit)=0 V(subs)=0 V(coll)=1.000000
|
|
biasSweep V(base)=0.800000,0.950000,0.050000
|
|
freq dec 5 1e+008 1e+011
|
|
outputs G(base,base) G(base,coll) G(coll,base) G(coll,coll) C(base,base) C(base,coll) C(coll,base) C(coll,coll)
|
|
modelParameters parameters/npn_full_sh
|
|
|
|
`ifdef NOT_USED
|
|
`endif
|