<#372 pnpMPA model vs data> Issue created by <chri...
# ihp-sg13g2
g
#372 pnpMPA model vs data Issue created by christoph-weiser Simulation model vs measurement data for the pnpMPA Image It almost looks like the data was fitted to DUT3 which is an outlier in the data. The DUT Data is from "ihp-sg13g2/libs.doc/meas/pnpMPA/fg_vcb0_d0406_*" The Simulation netlist:
Copy code
* pnpMPA test

.lib ihp-sg13g2/libs.tech/ngspice/models/cornerHBT.lib hbt_typ

vss vss gnd 0
vdd vdd vss 1
iref vdd net1 0
vmc vc vss 0
vmb vb vss 0
vme net1 ve 0
xq1 vc vb ve pnpmpa

.options savecurrents
.global gnd

.control
save all
dc iref 1e-12 1e-3 10e-9
let ib = abs(vmb#branch)
let ic = abs(vmc#branch)
let ie = abs(vme#branch)
let vbe = vb-ve
set wr_singlescale
set wr_vecnames
wrdata pnpMPA.csv vbe ic ie ib
.endc

.end
IHP-GmbH/IHP-Open-PDK