diff options
Diffstat (limited to 'js/Electrical/PMOS.js')
-rw-r--r-- | js/Electrical/PMOS.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/Electrical/PMOS.js b/js/Electrical/PMOS.js index cb152d79..0078c1d4 100644 --- a/js/Electrical/PMOS.js +++ b/js/Electrical/PMOS.js @@ -1,6 +1,6 @@ /* autogenerated from "macros/Electrical/PMOS.sci" */ function PMOS() { -PMOS.prototype.define = function PMOS() { + PMOS.prototype.define = function PMOS() { model=scicos_model(); W=50.0e-6; L=6.0e-6; @@ -27,12 +27,12 @@ gr_i=[]; x=standard_define([2,2],model,exprs,gr_i); x.graphics.in_implicit=["I"]; x.graphics.out_implicit=[["I"],["I"],["I"]]; -} -PMOS.prototype.details = function PMOS() { -} -PMOS.prototype.get = function PMOS() { -} -PMOS.prototype.set = function PMOS() { + } + PMOS.prototype.details = function PMOS() { + } + PMOS.prototype.get = function PMOS() { + } + PMOS.prototype.set = function PMOS() { x=arg1; graphics=arg1.graphics; exprs=graphics.exprs; @@ -48,5 +48,5 @@ x.graphics=graphics; x.model=model; break; } -} + } } |