diff options
Diffstat (limited to 'js/Linear')
36 files changed, 239 insertions, 0 deletions
diff --git a/js/Linear/BIGSOM_f.js b/js/Linear/BIGSOM_f.js index 82858cb8..e627ceac 100644 --- a/js/Linear/BIGSOM_f.js +++ b/js/Linear/BIGSOM_f.js @@ -52,4 +52,10 @@ function BIGSOM_f() { BIGSOM_f.prototype.get_popup_title = function BIGSOM_f() { return this.set_param_popup_title; } + BIGSOM_f.prototype.importset = function BIGSOM_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.sgn = ary[0]; + } + BIGSOM_f.prototype.getContainer = function BIGSOM_f() { return new BigSom(this.x); } } diff --git a/js/Linear/CLINDUMMY_f.js b/js/Linear/CLINDUMMY_f.js index 73e4bd95..3f18b779 100644 --- a/js/Linear/CLINDUMMY_f.js +++ b/js/Linear/CLINDUMMY_f.js @@ -24,4 +24,5 @@ function CLINDUMMY_f() { CLINDUMMY_f.prototype.get_popup_title = function CLINDUMMY_f() { return; } + CLINDUMMY_f.prototype.getContainer = function CLINDUMMY_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/CLR.js b/js/Linear/CLR.js index b39762ae..099c7f26 100644 --- a/js/Linear/CLR.js +++ b/js/Linear/CLR.js @@ -97,4 +97,11 @@ function CLR() { CLR.prototype.get_popup_title = function CLR() { return this.set_param_popup_title; } + CLR.prototype.importset = function CLR() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.num = ary[0]; + this.den = ary[1]; + } + CLR.prototype.getContainer = function CLR() { return new BasicBlock(this.x); } } diff --git a/js/Linear/CLR_f.js b/js/Linear/CLR_f.js index d08a56e2..495190d4 100644 --- a/js/Linear/CLR_f.js +++ b/js/Linear/CLR_f.js @@ -97,4 +97,11 @@ function CLR_f() { CLR_f.prototype.get_popup_title = function CLR_f() { return this.set_param_popup_title; } + CLR_f.prototype.importset = function CLR_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.num = ary[0]; + this.den = ary[1]; + } + CLR_f.prototype.getContainer = function CLR_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/CLSS.js b/js/Linear/CLSS.js index 5f732c5d..84082b48 100644 --- a/js/Linear/CLSS.js +++ b/js/Linear/CLSS.js @@ -112,4 +112,14 @@ function CLSS() { CLSS.prototype.get_popup_title = function CLSS() { return this.set_param_popup_title; } + CLSS.prototype.importset = function CLSS() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.A = ary[0]; + this.B = ary[1]; + this.C = ary[2]; + this.D = ary[3]; + this.x0 = ary[4]; + } + CLSS.prototype.getContainer = function CLSS() { return new BasicBlock(this.x); } } diff --git a/js/Linear/CLSS_f.js b/js/Linear/CLSS_f.js index 98eb5131..be51de15 100644 --- a/js/Linear/CLSS_f.js +++ b/js/Linear/CLSS_f.js @@ -102,4 +102,14 @@ function CLSS_f() { CLSS_f.prototype.get_popup_title = function CLSS_f() { return this.set_param_popup_title; } + CLSS_f.prototype.importset = function CLSS_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.A = ary[0]; + this.B = ary[1]; + this.C = ary[2]; + this.D = ary[3]; + this.x0 = ary[4]; + } + CLSS_f.prototype.getContainer = function CLSS_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DELAYV_f.js b/js/Linear/DELAYV_f.js index 027adbd7..5ddae67d 100644 --- a/js/Linear/DELAYV_f.js +++ b/js/Linear/DELAYV_f.js @@ -83,4 +83,12 @@ function DELAYV_f() { DELAYV_f.prototype.get_popup_title = function DELAYV_f() { return this.set_param_popup_title; } + DELAYV_f.prototype.importset = function DELAYV_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.nin = ary[0]; + this.zz0 = ary[1]; + this.T = ary[2]; + } + DELAYV_f.prototype.getContainer = function DELAYV_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DELAY_f.js b/js/Linear/DELAY_f.js index ee4b8dae..b2534994 100644 --- a/js/Linear/DELAY_f.js +++ b/js/Linear/DELAY_f.js @@ -159,4 +159,11 @@ function DELAY_f() { DELAY_f.prototype.get_popup_title = function DELAY_f() { return this.set_param_popup_title; } + DELAY_f.prototype.importset = function DELAY_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.dt = ary[0]; + this.z0 = ary[1]; + } + DELAY_f.prototype.getContainer = function DELAY_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DERIV.js b/js/Linear/DERIV.js index 7180b6b2..62c44035 100644 --- a/js/Linear/DERIV.js +++ b/js/Linear/DERIV.js @@ -24,4 +24,5 @@ function DERIV() { DERIV.prototype.get_popup_title = function DERIV() { return; } + DERIV.prototype.getContainer = function DERIV() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DIFF_c.js b/js/Linear/DIFF_c.js index 118ba2cb..b4b3be6d 100644 --- a/js/Linear/DIFF_c.js +++ b/js/Linear/DIFF_c.js @@ -66,4 +66,11 @@ function DIFF_c() { DIFF_c.prototype.get_popup_title = function DIFF_c() { return this.set_param_popup_title; } + DIFF_c.prototype.importset = function DIFF_c() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.x0 = ary[0]; + this.xd0 = ary[1]; + } + DIFF_c.prototype.getContainer = function DIFF_c() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DLR.js b/js/Linear/DLR.js index 04ada0c5..3f81e918 100644 --- a/js/Linear/DLR.js +++ b/js/Linear/DLR.js @@ -93,4 +93,11 @@ function DLR() { DLR.prototype.get_popup_title = function DLR() { return this.set_param_popup_title; } + DLR.prototype.importset = function DLR() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.num = ary[0]; + this.den = ary[1]; + } + DLR.prototype.getContainer = function DLR() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DLR_f.js b/js/Linear/DLR_f.js index cc0b8b26..43726a43 100644 --- a/js/Linear/DLR_f.js +++ b/js/Linear/DLR_f.js @@ -93,4 +93,11 @@ function DLR_f() { DLR_f.prototype.get_popup_title = function DLR_f() { return this.set_param_popup_title; } + DLR_f.prototype.importset = function DLR_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.num = ary[0]; + this.den = ary[1]; + } + DLR_f.prototype.getContainer = function DLR_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DLSS.js b/js/Linear/DLSS.js index e3b84916..7d586128 100644 --- a/js/Linear/DLSS.js +++ b/js/Linear/DLSS.js @@ -111,4 +111,14 @@ function DLSS() { DLSS.prototype.get_popup_title = function DLSS() { return this.set_param_popup_title; } + DLSS.prototype.importset = function DLSS() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.A = ary[0]; + this.B = ary[1]; + this.C = ary[2]; + this.D = ary[3]; + this.x0 = ary[4]; + } + DLSS.prototype.getContainer = function DLSS() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DLSS_f.js b/js/Linear/DLSS_f.js index e85a06ef..4ffc0451 100644 --- a/js/Linear/DLSS_f.js +++ b/js/Linear/DLSS_f.js @@ -101,4 +101,14 @@ function DLSS_f() { DLSS_f.prototype.get_popup_title = function DLSS_f() { return this.set_param_popup_title; } + DLSS_f.prototype.importset = function DLSS_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.A = ary[0]; + this.B = ary[1]; + this.C = ary[2]; + this.D = ary[3]; + this.x0 = ary[4]; + } + DLSS_f.prototype.getContainer = function DLSS_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DOLLAR.js b/js/Linear/DOLLAR.js index af263c92..9e8aaefe 100644 --- a/js/Linear/DOLLAR.js +++ b/js/Linear/DOLLAR.js @@ -107,4 +107,11 @@ function DOLLAR() { DOLLAR.prototype.get_popup_title = function DOLLAR() { return this.set_param_popup_title; } + DOLLAR.prototype.importset = function DOLLAR() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.a = ary[0]; + this.inh = ary[1]; + } + DOLLAR.prototype.getContainer = function DOLLAR() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DOLLAR_f.js b/js/Linear/DOLLAR_f.js index 04d5cf15..4a7e8a77 100644 --- a/js/Linear/DOLLAR_f.js +++ b/js/Linear/DOLLAR_f.js @@ -71,4 +71,11 @@ function DOLLAR_f() { DOLLAR_f.prototype.get_popup_title = function DOLLAR_f() { return this.set_param_popup_title; } + DOLLAR_f.prototype.importset = function DOLLAR_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.a = ary[0]; + this.inh = ary[1]; + } + DOLLAR_f.prototype.getContainer = function DOLLAR_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/DOLLAR_m.js b/js/Linear/DOLLAR_m.js index 8108e69a..0d966003 100644 --- a/js/Linear/DOLLAR_m.js +++ b/js/Linear/DOLLAR_m.js @@ -107,4 +107,11 @@ function DOLLAR_m() { DOLLAR_m.prototype.get_popup_title = function DOLLAR_m() { return this.set_param_popup_title; } + DOLLAR_m.prototype.importset = function DOLLAR_m() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.a = ary[0]; + this.inh = ary[1]; + } + DOLLAR_m.prototype.getContainer = function DOLLAR_m() { return new BasicBlock(this.x); } } diff --git a/js/Linear/GAINBLK.js b/js/Linear/GAINBLK.js index 0c75a5a7..e5411e83 100644 --- a/js/Linear/GAINBLK.js +++ b/js/Linear/GAINBLK.js @@ -174,4 +174,11 @@ function GAINBLK() { GAINBLK.prototype.get_popup_title = function GAINBLK() { return this.set_param_popup_title; } + GAINBLK.prototype.importset = function GAINBLK() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.gain = ary[0]; + this.over = ary[1]; + } + GAINBLK.prototype.getContainer = function GAINBLK() { return new BasicBlock(this.x); } } diff --git a/js/Linear/GAINBLK_f.js b/js/Linear/GAINBLK_f.js index b3b22d63..ed7d0168 100644 --- a/js/Linear/GAINBLK_f.js +++ b/js/Linear/GAINBLK_f.js @@ -61,4 +61,10 @@ function GAINBLK_f() { GAINBLK_f.prototype.get_popup_title = function GAINBLK_f() { return this.set_param_popup_title; } + GAINBLK_f.prototype.importset = function GAINBLK_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.gain = ary[0]; + } + GAINBLK_f.prototype.getContainer = function GAINBLK_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/GAIN_f.js b/js/Linear/GAIN_f.js index a141ab47..a9c88c8c 100644 --- a/js/Linear/GAIN_f.js +++ b/js/Linear/GAIN_f.js @@ -61,4 +61,10 @@ function GAIN_f() { GAIN_f.prototype.get_popup_title = function GAIN_f() { return this.set_param_popup_title; } + GAIN_f.prototype.importset = function GAIN_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.gain = ary[0]; + } + GAIN_f.prototype.getContainer = function GAIN_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/INTEGRAL.js b/js/Linear/INTEGRAL.js index 372bee07..d8e67c20 100644 --- a/js/Linear/INTEGRAL.js +++ b/js/Linear/INTEGRAL.js @@ -102,4 +102,14 @@ function INTEGRAL() { INTEGRAL.prototype.get_popup_title = function INTEGRAL() { return this.set_param_popup_title; } + INTEGRAL.prototype.importset = function INTEGRAL() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.x0 = ary[0]; + this.reinit = ary[1]; + this.satur = ary[2]; + this.maxp = ary[3]; + this.lowp = ary[4]; + } + INTEGRAL.prototype.getContainer = function INTEGRAL() { return new BasicBlock(this.x); } } diff --git a/js/Linear/INTEGRAL_f.js b/js/Linear/INTEGRAL_f.js index c7e7854b..7d790a0f 100644 --- a/js/Linear/INTEGRAL_f.js +++ b/js/Linear/INTEGRAL_f.js @@ -46,4 +46,10 @@ function INTEGRAL_f() { INTEGRAL_f.prototype.get_popup_title = function INTEGRAL_f() { return this.set_param_popup_title; } + INTEGRAL_f.prototype.importset = function INTEGRAL_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.x0 = ary[0]; + } + INTEGRAL_f.prototype.getContainer = function INTEGRAL_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/INTEGRAL_m.js b/js/Linear/INTEGRAL_m.js index b0efc448..f8ea8987 100644 --- a/js/Linear/INTEGRAL_m.js +++ b/js/Linear/INTEGRAL_m.js @@ -149,4 +149,14 @@ function INTEGRAL_m() { INTEGRAL_m.prototype.get_popup_title = function INTEGRAL_m() { return this.set_param_popup_title; } + INTEGRAL_m.prototype.importset = function INTEGRAL_m() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.x0 = ary[0]; + this.reinit = ary[1]; + this.satur = ary[2]; + this.maxp = ary[3]; + this.lowp = ary[4]; + } + INTEGRAL_m.prototype.getContainer = function INTEGRAL_m() { return new BasicBlock(this.x); } } diff --git a/js/Linear/PID.js b/js/Linear/PID.js index 8759a559..18a396f6 100644 --- a/js/Linear/PID.js +++ b/js/Linear/PID.js @@ -170,4 +170,12 @@ function PID() { PID.prototype.get_popup_title = function PID() { return this.set_param_popup_title; } + PID.prototype.importset = function PID() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.p = ary[0]; + this.i = ary[1]; + this.d = ary[2]; + } + PID.prototype.getContainer = function PID() { return new BasicBlock(this.x); } } diff --git a/js/Linear/REGISTER.js b/js/Linear/REGISTER.js index 86c391b7..154d8450 100644 --- a/js/Linear/REGISTER.js +++ b/js/Linear/REGISTER.js @@ -99,4 +99,11 @@ function REGISTER() { REGISTER.prototype.get_popup_title = function REGISTER() { return this.set_param_popup_title; } + REGISTER.prototype.importset = function REGISTER() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.z0 = ary[0]; + this.it = ary[1]; + } + REGISTER.prototype.getContainer = function REGISTER() { return new BasicBlock(this.x); } } diff --git a/js/Linear/REGISTER_f.js b/js/Linear/REGISTER_f.js index 3e660cc3..7ed6089e 100644 --- a/js/Linear/REGISTER_f.js +++ b/js/Linear/REGISTER_f.js @@ -53,4 +53,10 @@ function REGISTER_f() { REGISTER_f.prototype.get_popup_title = function REGISTER_f() { return this.set_param_popup_title; } + REGISTER_f.prototype.importset = function REGISTER_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.z0 = ary[0]; + } + REGISTER_f.prototype.getContainer = function REGISTER_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/SAMPHOLD.js b/js/Linear/SAMPHOLD.js index 76c5b115..1e78b462 100644 --- a/js/Linear/SAMPHOLD.js +++ b/js/Linear/SAMPHOLD.js @@ -26,4 +26,5 @@ function SAMPHOLD() { SAMPHOLD.prototype.get_popup_title = function SAMPHOLD() { return; } + SAMPHOLD.prototype.getContainer = function SAMPHOLD() { return new BasicBlock(this.x); } } diff --git a/js/Linear/SAMPHOLD_m.js b/js/Linear/SAMPHOLD_m.js index 5626fe8c..be5826c3 100644 --- a/js/Linear/SAMPHOLD_m.js +++ b/js/Linear/SAMPHOLD_m.js @@ -61,4 +61,10 @@ function SAMPHOLD_m() { SAMPHOLD_m.prototype.get_popup_title = function SAMPHOLD_m() { return this.set_param_popup_title; } + SAMPHOLD_m.prototype.importset = function SAMPHOLD_m() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.it = ary[0]; + } + SAMPHOLD_m.prototype.getContainer = function SAMPHOLD_m() { return new BasicBlock(this.x); } } diff --git a/js/Linear/SAMPLEHOLD_f.js b/js/Linear/SAMPLEHOLD_f.js index aa828d29..016d61cf 100644 --- a/js/Linear/SAMPLEHOLD_f.js +++ b/js/Linear/SAMPLEHOLD_f.js @@ -26,4 +26,5 @@ function SAMPLEHOLD_f() { SAMPLEHOLD_f.prototype.get_popup_title = function SAMPLEHOLD_f() { return; } + SAMPLEHOLD_f.prototype.getContainer = function SAMPLEHOLD_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/SOM_f.js b/js/Linear/SOM_f.js index f2f1902f..75244d12 100644 --- a/js/Linear/SOM_f.js +++ b/js/Linear/SOM_f.js @@ -42,4 +42,5 @@ function SOM_f() { SOM_f.prototype.get_popup_title = function SOM_f() { return; } + SOM_f.prototype.getContainer = function SOM_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/SUMMATION.js b/js/Linear/SUMMATION.js index 665519fc..576abc20 100644 --- a/js/Linear/SUMMATION.js +++ b/js/Linear/SUMMATION.js @@ -161,4 +161,12 @@ function SUMMATION() { SUMMATION.prototype.get_popup_title = function SUMMATION() { return this.set_param_popup_title; } + SUMMATION.prototype.importset = function SUMMATION() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.Datatype = ary[0]; + this.sgn = ary[1]; + this.satur = ary[2]; + } + SUMMATION.prototype.getContainer = function SUMMATION() { return new Summation(this.x); } } diff --git a/js/Linear/SUM_f.js b/js/Linear/SUM_f.js index 679e71cc..5e1478b1 100644 --- a/js/Linear/SUM_f.js +++ b/js/Linear/SUM_f.js @@ -24,4 +24,5 @@ function SUM_f() { SUM_f.prototype.get_popup_title = function SUM_f() { return; } + SUM_f.prototype.getContainer = function SUM_f() { return new RoundBlock(this.x); } } diff --git a/js/Linear/TCLSS.js b/js/Linear/TCLSS.js index 63c2ab86..c59b26d2 100644 --- a/js/Linear/TCLSS.js +++ b/js/Linear/TCLSS.js @@ -109,4 +109,14 @@ function TCLSS() { TCLSS.prototype.get_popup_title = function TCLSS() { return this.set_param_popup_title; } + TCLSS.prototype.importset = function TCLSS() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.A = ary[0]; + this.B = ary[1]; + this.C = ary[2]; + this.D = ary[3]; + this.x0 = ary[4]; + } + TCLSS.prototype.getContainer = function TCLSS() { return new BasicBlock(this.x); } } diff --git a/js/Linear/TCLSS_f.js b/js/Linear/TCLSS_f.js index 35a50172..96dea00a 100644 --- a/js/Linear/TCLSS_f.js +++ b/js/Linear/TCLSS_f.js @@ -109,4 +109,14 @@ function TCLSS_f() { TCLSS_f.prototype.get_popup_title = function TCLSS_f() { return this.set_param_popup_title; } + TCLSS_f.prototype.importset = function TCLSS_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.A = ary[0]; + this.B = ary[1]; + this.C = ary[2]; + this.D = ary[3]; + this.x0 = ary[4]; + } + TCLSS_f.prototype.getContainer = function TCLSS_f() { return new BasicBlock(this.x); } } diff --git a/js/Linear/TIME_DELAY.js b/js/Linear/TIME_DELAY.js index 8a9510ac..c963cec6 100644 --- a/js/Linear/TIME_DELAY.js +++ b/js/Linear/TIME_DELAY.js @@ -75,4 +75,12 @@ function TIME_DELAY() { TIME_DELAY.prototype.get_popup_title = function TIME_DELAY() { return this.set_param_popup_title; } + TIME_DELAY.prototype.importset = function TIME_DELAY() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.T = ary[0]; + this.init = ary[1]; + this.N = ary[2]; + } + TIME_DELAY.prototype.getContainer = function TIME_DELAY() { return new BasicBlock(this.x); } } diff --git a/js/Linear/VARIABLE_DELAY.js b/js/Linear/VARIABLE_DELAY.js index f5af9a08..cd74717b 100644 --- a/js/Linear/VARIABLE_DELAY.js +++ b/js/Linear/VARIABLE_DELAY.js @@ -74,4 +74,12 @@ function VARIABLE_DELAY() { VARIABLE_DELAY.prototype.get_popup_title = function VARIABLE_DELAY() { return this.set_param_popup_title; } + VARIABLE_DELAY.prototype.importset = function VARIABLE_DELAY() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.T = ary[0]; + this.init = ary[1]; + this.N = ary[2]; + } + VARIABLE_DELAY.prototype.getContainer = function VARIABLE_DELAY() { return new BasicBlock(this.x); } } |