|
I tried to plot the UL characteristic for the 6550A, but the result looked quite different from the GE datasheet, below is the code that I used, did I do something wrong?
===
p <- t6550AT
Ep <- seq(0, 700, by=2)
Eg <- seq(0, -60, by=-10)
Ep0 <- Eg2 <- 450
r <- 0.4
ip <- touter(function(p, ep, eg) {
eg2 <- Eg2 + (ep - Ep0) * r
Ipp(p, ep, eg, eg2)
}, p, Ep, Eg)
g.plate(ip, 1000, 1000, 0.5)
Thanks,
Jaz
https://dl.dropboxusercontent.com/u/1326040/6550A_UL.png
|
|