diff options
Diffstat (limited to 'js/Misc/BACKLASH.js')
-rw-r--r-- | js/Misc/BACKLASH.js | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/js/Misc/BACKLASH.js b/js/Misc/BACKLASH.js index cc86f0e4..fe9aac19 100644 --- a/js/Misc/BACKLASH.js +++ b/js/Misc/BACKLASH.js @@ -1,5 +1,20 @@ /* autogenerated from "macros/Misc/BACKLASH.sci" */ function BACKLASH() { +BACKLASH.prototype.define = function BACKLASH() { +exprs=["0","1","1"]; +model=scicos_model(); +model.sim=list("backlash",4); +model.in1=1; +model.out=1; +model.rpar=[0,1]; +model.nzcross=2; +model.blocktype="c"; +model.dep_ut=[true,false]; +gr_i=[]; +x=standard_define([3,2],model,exprs,gr_i); +} +BACKLASH.prototype.details = function BACKLASH() { +} BACKLASH.prototype.get = function BACKLASH() { } BACKLASH.prototype.set = function BACKLASH() { @@ -29,19 +44,4 @@ break } } } -BACKLASH.prototype.define = function BACKLASH() { -exprs=["0","1","1"]; -model=scicos_model(); -model.sim=list("backlash",4); -model.in1=1; -model.out=1; -model.rpar=[0,1]; -model.nzcross=2; -model.blocktype="c"; -model.dep_ut=[true,false]; -gr_i=[]; -x=standard_define([3,2],model,exprs,gr_i); -} -BACKLASH.prototype.details = function BACKLASH() { -} } |