diff options
Diffstat (limited to 'combined.js')
-rw-r--r-- | combined.js | 740 |
1 files changed, 740 insertions, 0 deletions
diff --git a/combined.js b/combined.js index a754efee..476d7a42 100644 --- a/combined.js +++ b/combined.js @@ -19,6 +19,7 @@ function CLKFROM() { CLKFROM.prototype.get = function CLKFROM() { } CLKFROM.prototype.set = function CLKFROM() { + this.tag = parseFloat((arguments[0]["tag"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -66,6 +67,8 @@ function CLKGOTO() { CLKGOTO.prototype.get = function CLKGOTO() { } CLKGOTO.prototype.set = function CLKGOTO() { + this.tag = parseFloat((arguments[0]["tag"])) + this.tagvis = parseFloat((arguments[0]["tagvis"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -126,6 +129,7 @@ function CLKGotoTagVisibility() { CLKGotoTagVisibility.prototype.get = function CLKGotoTagVisibility() { } CLKGotoTagVisibility.prototype.set = function CLKGotoTagVisibility() { + this.tag = parseFloat((arguments[0]["tag"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -174,6 +178,7 @@ function DEMUX() { DEMUX.prototype.get = function DEMUX() { } DEMUX.prototype.set = function DEMUX() { + this.out = parseFloat((arguments[0]["out"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -240,6 +245,7 @@ function DEMUX_f() { DEMUX_f.prototype.get = function DEMUX_f() { } DEMUX_f.prototype.set = function DEMUX_f() { + this.out = parseFloat((arguments[0]["out"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -310,6 +316,9 @@ function ESELECT_f() { ESELECT_f.prototype.get = function ESELECT_f() { } ESELECT_f.prototype.set = function ESELECT_f() { + this.out = parseFloat((arguments[0]["out"])) + this.inh = parseFloat((arguments[0]["inh"])) + this.nmod = parseFloat((arguments[0]["nmod"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -375,6 +384,7 @@ function EXTRACTOR() { EXTRACTOR.prototype.get = function EXTRACTOR() { } EXTRACTOR.prototype.set = function EXTRACTOR() { + this.ind = parseFloat((arguments[0]["ind"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -425,6 +435,7 @@ function FROM() { FROM.prototype.get = function FROM() { } FROM.prototype.set = function FROM() { + this.tag = parseFloat((arguments[0]["tag"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -480,6 +491,7 @@ function FROMMO() { FROMMO.prototype.get = function FROMMO() { } FROMMO.prototype.set = function FROMMO() { + this.tag = parseFloat((arguments[0]["tag"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -532,6 +544,8 @@ function GOTO() { GOTO.prototype.get = function GOTO() { } GOTO.prototype.set = function GOTO() { + this.tag = parseFloat((arguments[0]["tag"])) + this.tagvis = parseFloat((arguments[0]["tagvis"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -594,6 +608,8 @@ function GOTOMO() { GOTOMO.prototype.get = function GOTOMO() { } GOTOMO.prototype.set = function GOTOMO() { + this.tag = parseFloat((arguments[0]["tag"])) + this.tagvis = parseFloat((arguments[0]["tagvis"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -653,6 +669,7 @@ function GotoTagVisibility() { GotoTagVisibility.prototype.get = function GotoTagVisibility() { } GotoTagVisibility.prototype.set = function GotoTagVisibility() { + this.tag = parseFloat((arguments[0]["tag"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -705,6 +722,7 @@ function GotoTagVisibilityMO() { GotoTagVisibilityMO.prototype.get = function GotoTagVisibilityMO() { } GotoTagVisibilityMO.prototype.set = function GotoTagVisibilityMO() { + this.tag = parseFloat((arguments[0]["tag"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -755,6 +773,8 @@ function ISELECT_f() { ISELECT_f.prototype.get = function ISELECT_f() { } ISELECT_f.prototype.set = function ISELECT_f() { + this.nout = parseFloat((arguments[0]["nout"])) + this.z0 = parseFloat((arguments[0]["z0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -813,6 +833,9 @@ function ISELECT_m() { ISELECT_m.prototype.get = function ISELECT_m() { } ISELECT_m.prototype.set = function ISELECT_m() { + this.typ = parseFloat((arguments[0]["typ"])) + this.nout = parseFloat((arguments[0]["nout"])) + this.z0 = parseFloat((arguments[0]["z0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -869,6 +892,7 @@ function MUX() { MUX.prototype.get = function MUX() { } MUX.prototype.set = function MUX() { + this.in1 = parseFloat((arguments[0]["in1"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -934,6 +958,7 @@ function MUX_f() { MUX_f.prototype.get = function MUX_f() { } MUX_f.prototype.set = function MUX_f() { + this.in1 = parseFloat((arguments[0]["in1"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1001,6 +1026,9 @@ function M_SWITCH() { M_SWITCH.prototype.get = function M_SWITCH() { } M_SWITCH.prototype.set = function M_SWITCH() { + this.nin = parseFloat((arguments[0]["nin"])) + this.base = parseFloat((arguments[0]["base"])) + this.rule = parseFloat((arguments[0]["rule"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1065,6 +1093,7 @@ function NRMSOM_f() { NRMSOM_f.prototype.get = function NRMSOM_f() { } NRMSOM_f.prototype.set = function NRMSOM_f() { + this.nin = parseFloat((arguments[0]["nin"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1111,6 +1140,8 @@ function RELAY_f() { RELAY_f.prototype.get = function RELAY_f() { } RELAY_f.prototype.set = function RELAY_f() { + this.nin = parseFloat((arguments[0]["nin"])) + this.z0 = parseFloat((arguments[0]["z0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1158,6 +1189,7 @@ function SCALAR2VECTOR() { SCALAR2VECTOR.prototype.get = function SCALAR2VECTOR() { } SCALAR2VECTOR.prototype.set = function SCALAR2VECTOR() { + this.nout = parseFloat((arguments[0]["nout"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1210,6 +1242,8 @@ function SELECT_f() { SELECT_f.prototype.get = function SELECT_f() { } SELECT_f.prototype.set = function SELECT_f() { + this.nin = parseFloat((arguments[0]["nin"])) + this.z0 = parseFloat((arguments[0]["z0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1268,6 +1302,9 @@ function SELECT_m() { SELECT_m.prototype.get = function SELECT_m() { } SELECT_m.prototype.set = function SELECT_m() { + this.typ = parseFloat((arguments[0]["typ"])) + this.nin = parseFloat((arguments[0]["nin"])) + this.z0 = parseFloat((arguments[0]["z0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1330,6 +1367,9 @@ function SWITCH2() { SWITCH2.prototype.get = function SWITCH2() { } SWITCH2.prototype.set = function SWITCH2() { + this.rule = parseFloat((arguments[0]["rule"])) + this.thra = parseFloat((arguments[0]["thra"])) + this.nzz = parseFloat((arguments[0]["nzz"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1394,6 +1434,10 @@ function SWITCH2_m() { SWITCH2_m.prototype.get = function SWITCH2_m() { } SWITCH2_m.prototype.set = function SWITCH2_m() { + this.ot = parseFloat((arguments[0]["ot"])) + this.rule = parseFloat((arguments[0]["rule"])) + this.thra = parseFloat((arguments[0]["thra"])) + this.nzz = parseFloat((arguments[0]["nzz"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1466,6 +1510,8 @@ function SWITCH_f() { SWITCH_f.prototype.get = function SWITCH_f() { } SWITCH_f.prototype.set = function SWITCH_f() { + this.nin = parseFloat((arguments[0]["nin"])) + this.z0 = parseFloat((arguments[0]["z0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1653,6 +1699,8 @@ function Capacitor() { Capacitor.prototype.get = function Capacitor() { } Capacitor.prototype.set = function Capacitor() { + this.C = parseFloat((arguments[0]["C"])) + this.v = parseFloat((arguments[0]["v"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1702,6 +1750,7 @@ function ConstantVoltage() { ConstantVoltage.prototype.get = function ConstantVoltage() { } ConstantVoltage.prototype.set = function ConstantVoltage() { + this.V = parseFloat((arguments[0]["V"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1785,6 +1834,10 @@ function Diode() { Diode.prototype.get = function Diode() { } Diode.prototype.set = function Diode() { + this.Ids = parseFloat((arguments[0]["Ids"])) + this.Vt = parseFloat((arguments[0]["Vt"])) + this.Maxexp = parseFloat((arguments[0]["Maxexp"])) + this.R = parseFloat((arguments[0]["R"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1891,6 +1944,8 @@ function Gyrator() { Gyrator.prototype.get = function Gyrator() { } Gyrator.prototype.set = function Gyrator() { + this.G1 = parseFloat((arguments[0]["G1"])) + this.G2 = parseFloat((arguments[0]["G2"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -1966,6 +2021,7 @@ function IdealTransformer() { IdealTransformer.prototype.get = function IdealTransformer() { } IdealTransformer.prototype.set = function IdealTransformer() { + this.N = parseFloat((arguments[0]["N"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2014,6 +2070,7 @@ function Inductor() { Inductor.prototype.get = function Inductor() { } Inductor.prototype.set = function Inductor() { + this.L = parseFloat((arguments[0]["L"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2096,6 +2153,15 @@ function NMOS() { NMOS.prototype.get = function NMOS() { } NMOS.prototype.set = function NMOS() { + this.W = parseFloat((arguments[0]["W"])) + this.L = parseFloat((arguments[0]["L"])) + this.Beta = parseFloat((arguments[0]["Beta"])) + this.Vt = parseFloat((arguments[0]["Vt"])) + this.K2 = parseFloat((arguments[0]["K2"])) + this.K5 = parseFloat((arguments[0]["K5"])) + this.dW = parseFloat((arguments[0]["dW"])) + this.dL = parseFloat((arguments[0]["dL"])) + this.RDS = parseFloat((arguments[0]["RDS"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2171,6 +2237,23 @@ function NPN() { NPN.prototype.get = function NPN() { } NPN.prototype.set = function NPN() { + this.Bf = parseFloat((arguments[0]["Bf"])) + this.Br = parseFloat((arguments[0]["Br"])) + this.Is = parseFloat((arguments[0]["Is"])) + this.Vak = parseFloat((arguments[0]["Vak"])) + this.Tauf = parseFloat((arguments[0]["Tauf"])) + this.Taur = parseFloat((arguments[0]["Taur"])) + this.Ccs = parseFloat((arguments[0]["Ccs"])) + this.Cje = parseFloat((arguments[0]["Cje"])) + this.Cjc = parseFloat((arguments[0]["Cjc"])) + this.Phie = parseFloat((arguments[0]["Phie"])) + this.Me = parseFloat((arguments[0]["Me"])) + this.Phic = parseFloat((arguments[0]["Phic"])) + this.Mc = parseFloat((arguments[0]["Mc"])) + this.Gbc = parseFloat((arguments[0]["Gbc"])) + this.Gbe = parseFloat((arguments[0]["Gbe"])) + this.Vt = parseFloat((arguments[0]["Vt"])) + this.EMinMax = parseFloat((arguments[0]["EMinMax"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2220,6 +2303,9 @@ function OpAmp() { OpAmp.prototype.get = function OpAmp() { } OpAmp.prototype.set = function OpAmp() { + this.OLGain = parseFloat((arguments[0]["OLGain"])) + this.SatH = parseFloat((arguments[0]["SatH"])) + this.SatL = parseFloat((arguments[0]["SatL"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2275,6 +2361,15 @@ function PMOS() { PMOS.prototype.get = function PMOS() { } PMOS.prototype.set = function PMOS() { + this.W = parseFloat((arguments[0]["W"])) + this.L = parseFloat((arguments[0]["L"])) + this.Beta = parseFloat((arguments[0]["Beta"])) + this.Vt = parseFloat((arguments[0]["Vt"])) + this.K2 = parseFloat((arguments[0]["K2"])) + this.K5 = parseFloat((arguments[0]["K5"])) + this.dW = parseFloat((arguments[0]["dW"])) + this.dL = parseFloat((arguments[0]["dL"])) + this.RDS = parseFloat((arguments[0]["RDS"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2350,6 +2445,23 @@ function PNP() { PNP.prototype.get = function PNP() { } PNP.prototype.set = function PNP() { + this.Bf = parseFloat((arguments[0]["Bf"])) + this.Br = parseFloat((arguments[0]["Br"])) + this.Is = parseFloat((arguments[0]["Is"])) + this.Vak = parseFloat((arguments[0]["Vak"])) + this.Tauf = parseFloat((arguments[0]["Tauf"])) + this.Taur = parseFloat((arguments[0]["Taur"])) + this.Ccs = parseFloat((arguments[0]["Ccs"])) + this.Cje = parseFloat((arguments[0]["Cje"])) + this.Cjc = parseFloat((arguments[0]["Cjc"])) + this.Phie = parseFloat((arguments[0]["Phie"])) + this.Me = parseFloat((arguments[0]["Me"])) + this.Phic = parseFloat((arguments[0]["Phic"])) + this.Mc = parseFloat((arguments[0]["Mc"])) + this.Gbc = parseFloat((arguments[0]["Gbc"])) + this.Gbe = parseFloat((arguments[0]["Gbe"])) + this.Vt = parseFloat((arguments[0]["Vt"])) + this.EMinMax = parseFloat((arguments[0]["EMinMax"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2429,6 +2541,7 @@ function Resistor() { Resistor.prototype.get = function Resistor() { } Resistor.prototype.set = function Resistor() { + this.R = parseFloat((arguments[0]["R"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2482,6 +2595,11 @@ function SineVoltage() { SineVoltage.prototype.get = function SineVoltage() { } SineVoltage.prototype.set = function SineVoltage() { + this.V = parseFloat((arguments[0]["V"])) + this.ph = parseFloat((arguments[0]["ph"])) + this.frq = parseFloat((arguments[0]["frq"])) + this.offset = parseFloat((arguments[0]["offset"])) + this.start = parseFloat((arguments[0]["start"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2534,6 +2652,8 @@ function Switch() { Switch.prototype.get = function Switch() { } Switch.prototype.set = function Switch() { + this.Ron = parseFloat((arguments[0]["Ron"])) + this.Roff = parseFloat((arguments[0]["Roff"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2583,6 +2703,7 @@ function VVsourceAC() { VVsourceAC.prototype.get = function VVsourceAC() { } VVsourceAC.prototype.set = function VVsourceAC() { + this.FR = parseFloat((arguments[0]["FR"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2695,6 +2816,8 @@ function VsourceAC() { VsourceAC.prototype.get = function VsourceAC() { } VsourceAC.prototype.set = function VsourceAC() { + this.VA = parseFloat((arguments[0]["VA"])) + this.FR = parseFloat((arguments[0]["FR"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2910,6 +3033,7 @@ function END_c() { END_c.prototype.get = function END_c() { } END_c.prototype.set = function END_c() { + this.tf = parseFloat((arguments[0]["tf"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -2954,6 +3078,8 @@ function EVTDLY_c() { EVTDLY_c.prototype.get = function EVTDLY_c() { } EVTDLY_c.prototype.set = function EVTDLY_c() { + this.dt = parseFloat((arguments[0]["dt"])) + this.ff = parseFloat((arguments[0]["ff"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3003,6 +3129,8 @@ function EVTDLY_f() { EVTDLY_f.prototype.get = function EVTDLY_f() { } EVTDLY_f.prototype.set = function EVTDLY_f() { + this.dt = parseFloat((arguments[0]["dt"])) + this.ff = parseFloat((arguments[0]["ff"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3049,6 +3177,7 @@ function EVTGEN_f() { EVTGEN_f.prototype.get = function EVTGEN_f() { } EVTGEN_f.prototype.set = function EVTGEN_f() { + this.tt = parseFloat((arguments[0]["tt"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3092,6 +3221,7 @@ function EVTVARDLY() { EVTVARDLY.prototype.get = function EVTVARDLY() { } EVTVARDLY.prototype.set = function EVTVARDLY() { + this.fir = parseFloat((arguments[0]["fir"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3132,6 +3262,7 @@ function HALT_f() { HALT_f.prototype.get = function HALT_f() { } HALT_f.prototype.set = function HALT_f() { + this.n = parseFloat((arguments[0]["n"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3178,6 +3309,8 @@ function IFTHEL_f() { IFTHEL_f.prototype.get = function IFTHEL_f() { } IFTHEL_f.prototype.set = function IFTHEL_f() { + this.inh = parseFloat((arguments[0]["inh"])) + this.nmod = parseFloat((arguments[0]["nmod"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3339,6 +3472,8 @@ function MFCLCK_f() { MFCLCK_f.prototype.get = function MFCLCK_f() { } MFCLCK_f.prototype.set = function MFCLCK_f() { + this.dt = parseFloat((arguments[0]["dt"])) + this.nn = parseFloat((arguments[0]["nn"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3380,6 +3515,8 @@ function M_freq() { M_freq.prototype.get = function M_freq() { } M_freq.prototype.set = function M_freq() { + this.frequ = parseFloat((arguments[0]["frequ"])) + this.offset = parseFloat((arguments[0]["offset"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -3563,6 +3700,8 @@ function freq_div() { freq_div.prototype.get = function freq_div() { } freq_div.prototype.set = function freq_div() { + %ph = parseFloat((arguments[0]["%ph"])) + %df = parseFloat((arguments[0]["%df"])) for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o = arg1.model.rpar.objs[i-1]; if (typeof(o)=="Block"&&o.gui=="Modulo_Count") { @@ -3691,6 +3830,15 @@ function Bache() { Bache.prototype.get = function Bache() { } Bache.prototype.set = function Bache() { + this.Patm = parseFloat((arguments[0]["Patm"])) + this.A = parseFloat((arguments[0]["A"])) + this.ze1 = parseFloat((arguments[0]["ze1"])) + this.ze2 = parseFloat((arguments[0]["ze2"])) + this.zs1 = parseFloat((arguments[0]["zs1"])) + this.zs2 = parseFloat((arguments[0]["zs2"])) + this.z0 = parseFloat((arguments[0]["z0"])) + this.T0 = parseFloat((arguments[0]["T0"])) + this.p_rho = parseFloat((arguments[0]["p_rho"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3767,6 +3915,7 @@ function Flowmeter() { Flowmeter.prototype.get = function Flowmeter() { } Flowmeter.prototype.set = function Flowmeter() { + this.Qini = parseFloat((arguments[0]["Qini"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3822,6 +3971,12 @@ function PerteDP() { PerteDP.prototype.get = function PerteDP() { } PerteDP.prototype.set = function PerteDP() { + this.L = parseFloat((arguments[0]["L"])) + this.D = parseFloat((arguments[0]["D"])) + this.lambda = parseFloat((arguments[0]["lambda"])) + this.z1 = parseFloat((arguments[0]["z1"])) + this.z2 = parseFloat((arguments[0]["z2"])) + this.p_rho = parseFloat((arguments[0]["p_rho"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3871,6 +4026,10 @@ function PuitsP() { PuitsP.prototype.get = function PuitsP() { } PuitsP.prototype.set = function PuitsP() { + this.P0 = parseFloat((arguments[0]["P0"])) + this.T0 = parseFloat((arguments[0]["T0"])) + this.H0 = parseFloat((arguments[0]["H0"])) + this.option_temperature = parseFloat((arguments[0]["option_temperature"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3922,6 +4081,10 @@ function SourceP() { SourceP.prototype.get = function SourceP() { } SourceP.prototype.set = function SourceP() { + this.P0 = parseFloat((arguments[0]["P0"])) + this.T0 = parseFloat((arguments[0]["T0"])) + this.H0 = parseFloat((arguments[0]["H0"])) + this.option_temperature = parseFloat((arguments[0]["option_temperature"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -3974,6 +4137,8 @@ function VanneReglante() { VanneReglante.prototype.get = function VanneReglante() { } VanneReglante.prototype.set = function VanneReglante() { + this.Cvmax = parseFloat((arguments[0]["Cvmax"])) + this.p_rho = parseFloat((arguments[0]["p_rho"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -4018,6 +4183,8 @@ function BITCLEAR() { BITCLEAR.prototype.get = function BITCLEAR() { } BITCLEAR.prototype.set = function BITCLEAR() { + this.Datatype = parseFloat((arguments[0]["Datatype"])) + this.bit = parseFloat((arguments[0]["bit"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -4107,6 +4274,8 @@ function BITSET() { BITSET.prototype.get = function BITSET() { } BITSET.prototype.set = function BITSET() { + this.Datatype = parseFloat((arguments[0]["Datatype"])) + this.bit = parseFloat((arguments[0]["bit"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -4196,6 +4365,9 @@ function CONVERT() { CONVERT.prototype.get = function CONVERT() { } CONVERT.prototype.set = function CONVERT() { + this.it = parseFloat((arguments[0]["it"])) + this.ot = parseFloat((arguments[0]["ot"])) + this.np = parseFloat((arguments[0]["np"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -4721,6 +4893,10 @@ function EXTRACTBITS() { EXTRACTBITS.prototype.get = function EXTRACTBITS() { } EXTRACTBITS.prototype.set = function EXTRACTBITS() { + this.Datatype = parseFloat((arguments[0]["Datatype"])) + this.rule = parseFloat((arguments[0]["rule"])) + this.bit = parseFloat((arguments[0]["bit"])) + this.scal = parseFloat((arguments[0]["scal"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -4954,6 +5130,8 @@ function INTMUL() { INTMUL.prototype.get = function INTMUL() { } INTMUL.prototype.set = function INTMUL() { + this.Datatype = parseFloat((arguments[0]["Datatype"])) + this.np = parseFloat((arguments[0]["np"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -5092,6 +5270,8 @@ function JKFLIPFLOP() { JKFLIPFLOP.prototype.get = function JKFLIPFLOP() { } JKFLIPFLOP.prototype.set = function JKFLIPFLOP() { + this.init = parseFloat((arguments[0]["init"])) + this.exprs0 = parseFloat((arguments[0]["exprs0"])) for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o = arg1.model.rpar.objs[i-1]; if (typeof(o)=="Block"&&o.gui=="DOLLAR_m") { @@ -5161,6 +5341,8 @@ function LOGIC() { LOGIC.prototype.get = function LOGIC() { } LOGIC.prototype.set = function LOGIC() { + this.mat = parseFloat((arguments[0]["mat"])) + this.herit = parseFloat((arguments[0]["herit"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -5230,6 +5412,9 @@ function SHIFT() { SHIFT.prototype.get = function SHIFT() { } SHIFT.prototype.set = function SHIFT() { + this.Datatype = parseFloat((arguments[0]["Datatype"])) + this.nb = parseFloat((arguments[0]["nb"])) + this.np = parseFloat((arguments[0]["np"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -5366,6 +5551,8 @@ function SRFLIPFLOP() { SRFLIPFLOP.prototype.get = function SRFLIPFLOP() { } SRFLIPFLOP.prototype.set = function SRFLIPFLOP() { + this.init = parseFloat((arguments[0]["init"])) + this.exprs0 = parseFloat((arguments[0]["exprs0"])) for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o = arg1.model.rpar.objs[i-1]; if (typeof(o)=="Block"&&o.gui=="DOLLAR_m") { @@ -5429,6 +5616,7 @@ function BIGSOM_f() { BIGSOM_f.prototype.get = function BIGSOM_f() { } BIGSOM_f.prototype.set = function BIGSOM_f() { + this.sgn = parseFloat((arguments[0]["sgn"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -5502,6 +5690,8 @@ function CLR() { CLR.prototype.get = function CLR() { } CLR.prototype.set = function CLR() { + this.num = parseFloat((arguments[0]["num"])) + this.den = parseFloat((arguments[0]["den"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -5578,6 +5768,8 @@ function CLR_f() { CLR_f.prototype.get = function CLR_f() { } CLR_f.prototype.set = function CLR_f() { + this.num = parseFloat((arguments[0]["num"])) + this.den = parseFloat((arguments[0]["den"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -5656,6 +5848,11 @@ function CLSS() { CLSS.prototype.get = function CLSS() { } CLSS.prototype.set = function CLSS() { + this.A = parseFloat((arguments[0]["A"])) + this.B = parseFloat((arguments[0]["B"])) + this.C = parseFloat((arguments[0]["C"])) + this.D = parseFloat((arguments[0]["D"])) + this.x0 = parseFloat((arguments[0]["x0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -5746,6 +5943,11 @@ function CLSS_f() { CLSS_f.prototype.get = function CLSS_f() { } CLSS_f.prototype.set = function CLSS_f() { + this.A = parseFloat((arguments[0]["A"])) + this.B = parseFloat((arguments[0]["B"])) + this.C = parseFloat((arguments[0]["C"])) + this.D = parseFloat((arguments[0]["D"])) + this.x0 = parseFloat((arguments[0]["x0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -5826,6 +6028,9 @@ function DELAYV_f() { DELAYV_f.prototype.get = function DELAYV_f() { } DELAYV_f.prototype.set = function DELAYV_f() { + this.nin = parseFloat((arguments[0]["nin"])) + this.zz0 = parseFloat((arguments[0]["zz0"])) + this.T = parseFloat((arguments[0]["T"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -5935,6 +6140,8 @@ function DELAY_f() { DELAY_f.prototype.get = function DELAY_f() { } DELAY_f.prototype.set = function DELAY_f() { + this.dt = parseFloat((arguments[0]["dt"])) + this.z0 = parseFloat((arguments[0]["z0"])) ppath = list(0,0); for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o = arg1.model.rpar.objs[i-1]; @@ -6039,6 +6246,8 @@ function DIFF_c() { DIFF_c.prototype.get = function DIFF_c() { } DIFF_c.prototype.set = function DIFF_c() { + this.x0 = parseFloat((arguments[0]["x0"])) + this.xd0 = parseFloat((arguments[0]["xd0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6103,6 +6312,8 @@ function DLR() { DLR.prototype.get = function DLR() { } DLR.prototype.set = function DLR() { + this.num = parseFloat((arguments[0]["num"])) + this.den = parseFloat((arguments[0]["den"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6178,6 +6389,8 @@ function DLR_f() { DLR_f.prototype.get = function DLR_f() { } DLR_f.prototype.set = function DLR_f() { + this.num = parseFloat((arguments[0]["num"])) + this.den = parseFloat((arguments[0]["den"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6253,6 +6466,11 @@ function DLSS() { DLSS.prototype.get = function DLSS() { } DLSS.prototype.set = function DLSS() { + this.A = parseFloat((arguments[0]["A"])) + this.B = parseFloat((arguments[0]["B"])) + this.C = parseFloat((arguments[0]["C"])) + this.D = parseFloat((arguments[0]["D"])) + this.x0 = parseFloat((arguments[0]["x0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6342,6 +6560,11 @@ function DLSS_f() { DLSS_f.prototype.get = function DLSS_f() { } DLSS_f.prototype.set = function DLSS_f() { + this.A = parseFloat((arguments[0]["A"])) + this.B = parseFloat((arguments[0]["B"])) + this.C = parseFloat((arguments[0]["C"])) + this.D = parseFloat((arguments[0]["D"])) + this.x0 = parseFloat((arguments[0]["x0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6418,6 +6641,8 @@ function DOLLAR() { DOLLAR.prototype.get = function DOLLAR() { } DOLLAR.prototype.set = function DOLLAR() { + this.a = parseFloat((arguments[0]["a"])) + this.inh = parseFloat((arguments[0]["inh"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6511,6 +6736,8 @@ function DOLLAR_f() { DOLLAR_f.prototype.get = function DOLLAR_f() { } DOLLAR_f.prototype.set = function DOLLAR_f() { + this.a = parseFloat((arguments[0]["a"])) + this.inh = parseFloat((arguments[0]["inh"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6569,6 +6796,8 @@ function DOLLAR_m() { DOLLAR_m.prototype.get = function DOLLAR_m() { } DOLLAR_m.prototype.set = function DOLLAR_m() { + this.a = parseFloat((arguments[0]["a"])) + this.inh = parseFloat((arguments[0]["inh"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6665,6 +6894,8 @@ function GAINBLK() { GAINBLK.prototype.get = function GAINBLK() { } GAINBLK.prototype.set = function GAINBLK() { + this.gain = parseFloat((arguments[0]["gain"])) + this.over = parseFloat((arguments[0]["over"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6811,6 +7042,7 @@ function GAINBLK_f() { GAINBLK_f.prototype.get = function GAINBLK_f() { } GAINBLK_f.prototype.set = function GAINBLK_f() { + this.gain = parseFloat((arguments[0]["gain"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6861,6 +7093,7 @@ function GAIN_f() { GAIN_f.prototype.get = function GAIN_f() { } GAIN_f.prototype.set = function GAIN_f() { + this.gain = parseFloat((arguments[0]["gain"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6913,6 +7146,11 @@ function INTEGRAL() { INTEGRAL.prototype.get = function INTEGRAL() { } INTEGRAL.prototype.set = function INTEGRAL() { + this.x0 = parseFloat((arguments[0]["x0"])) + this.reinit = parseFloat((arguments[0]["reinit"])) + this.satur = parseFloat((arguments[0]["satur"])) + this.maxp = parseFloat((arguments[0]["maxp"])) + this.lowp = parseFloat((arguments[0]["lowp"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -6992,6 +7230,7 @@ function INTEGRAL_f() { INTEGRAL_f.prototype.get = function INTEGRAL_f() { } INTEGRAL_f.prototype.set = function INTEGRAL_f() { + this.x0 = parseFloat((arguments[0]["x0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -7038,6 +7277,11 @@ function INTEGRAL_m() { INTEGRAL_m.prototype.get = function INTEGRAL_m() { } INTEGRAL_m.prototype.set = function INTEGRAL_m() { + this.x0 = parseFloat((arguments[0]["x0"])) + this.reinit = parseFloat((arguments[0]["reinit"])) + this.satur = parseFloat((arguments[0]["satur"])) + this.maxp = parseFloat((arguments[0]["maxp"])) + this.lowp = parseFloat((arguments[0]["lowp"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -7184,6 +7428,10 @@ function PID() { PID.prototype.get = function PID() { } PID.prototype.set = function PID() { + this.p = parseFloat((arguments[0]["p"])) + this.i = parseFloat((arguments[0]["i"])) + this.d = parseFloat((arguments[0]["d"])) + this.exprs0 = parseFloat((arguments[0]["exprs0"])) ppath = list(0,0,0); for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o = arg1.model.rpar.objs[this.i-1]; @@ -7279,6 +7527,8 @@ function REGISTER() { REGISTER.prototype.get = function REGISTER() { } REGISTER.prototype.set = function REGISTER() { + this.z0 = parseFloat((arguments[0]["z0"])) + this.it = parseFloat((arguments[0]["it"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -7363,6 +7613,7 @@ function REGISTER_f() { REGISTER_f.prototype.get = function REGISTER_f() { } REGISTER_f.prototype.set = function REGISTER_f() { + this.z0 = parseFloat((arguments[0]["z0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -7438,6 +7689,7 @@ function SAMPHOLD_m() { SAMPHOLD_m.prototype.get = function SAMPHOLD_m() { } SAMPHOLD_m.prototype.set = function SAMPHOLD_m() { + this.it = parseFloat((arguments[0]["it"])) this.x = arg1; this.x.model.firing = []; graphics = arg1.graphics; @@ -7560,6 +7812,9 @@ function SUMMATION() { SUMMATION.prototype.get = function SUMMATION() { } SUMMATION.prototype.set = function SUMMATION() { + this.Datatype = parseFloat((arguments[0]["Datatype"])) + this.sgn = parseFloat((arguments[0]["sgn"])) + this.satur = parseFloat((arguments[0]["satur"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -7731,6 +7986,11 @@ function TCLSS() { TCLSS.prototype.get = function TCLSS() { } TCLSS.prototype.set = function TCLSS() { + this.A = parseFloat((arguments[0]["A"])) + this.B = parseFloat((arguments[0]["B"])) + this.C = parseFloat((arguments[0]["C"])) + this.D = parseFloat((arguments[0]["D"])) + this.x0 = parseFloat((arguments[0]["x0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -7818,6 +8078,11 @@ function TCLSS_f() { TCLSS_f.prototype.get = function TCLSS_f() { } TCLSS_f.prototype.set = function TCLSS_f() { + this.A = parseFloat((arguments[0]["A"])) + this.B = parseFloat((arguments[0]["B"])) + this.C = parseFloat((arguments[0]["C"])) + this.D = parseFloat((arguments[0]["D"])) + this.x0 = parseFloat((arguments[0]["x0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -7900,6 +8165,9 @@ function TIME_DELAY() { TIME_DELAY.prototype.get = function TIME_DELAY() { } TIME_DELAY.prototype.set = function TIME_DELAY() { + this.T = parseFloat((arguments[0]["T"])) + this.init = parseFloat((arguments[0]["init"])) + this.N = parseFloat((arguments[0]["N"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -7960,6 +8228,9 @@ function VARIABLE_DELAY() { VARIABLE_DELAY.prototype.get = function VARIABLE_DELAY() { } VARIABLE_DELAY.prototype.set = function VARIABLE_DELAY() { + this.T = parseFloat((arguments[0]["T"])) + this.init = parseFloat((arguments[0]["init"])) + this.N = parseFloat((arguments[0]["N"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -8026,6 +8297,9 @@ function CUMSUM() { CUMSUM.prototype.get = function CUMSUM() { } CUMSUM.prototype.set = function CUMSUM() { + this.typ = parseFloat((arguments[0]["typ"])) + this.decomptyp = parseFloat((arguments[0]["decomptyp"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -8123,6 +8397,9 @@ function EXTRACT() { EXTRACT.prototype.get = function EXTRACT() { } EXTRACT.prototype.set = function EXTRACT() { + this.typ = parseFloat((arguments[0]["typ"])) + this.a = parseFloat((arguments[0]["a"])) + this.b = parseFloat((arguments[0]["b"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -8218,6 +8495,9 @@ function EXTTRI() { EXTTRI.prototype.get = function EXTTRI() { } EXTTRI.prototype.set = function EXTTRI() { + this.typ = parseFloat((arguments[0]["typ"])) + this.decomptyp = parseFloat((arguments[0]["decomptyp"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -8312,6 +8592,7 @@ function MATBKSL() { MATBKSL.prototype.get = function MATBKSL() { } MATBKSL.prototype.set = function MATBKSL() { + this.typ = parseFloat((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -8386,6 +8667,8 @@ function MATCATH() { MATCATH.prototype.get = function MATCATH() { } MATCATH.prototype.set = function MATCATH() { + this.nin = parseFloat((arguments[0]["nin"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -8451,6 +8734,8 @@ function MATCATV() { MATCATV.prototype.get = function MATCATV() { } MATCATV.prototype.set = function MATCATV() { + this.nin = parseFloat((arguments[0]["nin"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -8515,6 +8800,7 @@ function MATDET() { MATDET.prototype.get = function MATDET() { } MATDET.prototype.set = function MATDET() { + this.typ = parseFloat((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -8589,6 +8875,7 @@ function MATDIAG() { MATDIAG.prototype.get = function MATDIAG() { } MATDIAG.prototype.set = function MATDIAG() { + this.typ = parseFloat((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -8663,6 +8950,7 @@ function MATDIV() { MATDIV.prototype.get = function MATDIV() { } MATDIV.prototype.set = function MATDIV() { + this.typ = parseFloat((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -8737,6 +9025,9 @@ function MATEIG() { MATEIG.prototype.get = function MATEIG() { } MATEIG.prototype.set = function MATEIG() { + this.typ = parseFloat((arguments[0]["typ"])) + this.decomptyp = parseFloat((arguments[0]["decomptyp"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -8832,6 +9123,7 @@ function MATEXPM() { MATEXPM.prototype.get = function MATEXPM() { } MATEXPM.prototype.set = function MATEXPM() { + this.typ = parseFloat((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -8906,6 +9198,7 @@ function MATINV() { MATINV.prototype.get = function MATINV() { } MATINV.prototype.set = function MATINV() { + this.typ = parseFloat((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -8980,6 +9273,8 @@ function MATLU() { MATLU.prototype.get = function MATLU() { } MATLU.prototype.set = function MATLU() { + this.typ = parseFloat((arguments[0]["typ"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -9052,6 +9347,8 @@ function MATMAGPHI() { MATMAGPHI.prototype.get = function MATMAGPHI() { } MATMAGPHI.prototype.set = function MATMAGPHI() { + this.decomptyp = parseFloat((arguments[0]["decomptyp"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -9119,6 +9416,9 @@ function MATMUL() { MATMUL.prototype.get = function MATMUL() { } MATMUL.prototype.set = function MATMUL() { + this.dtype = parseFloat((arguments[0]["dtype"])) + this.rule = parseFloat((arguments[0]["rule"])) + this.np = parseFloat((arguments[0]["np"])) this.x = arg1; graphics = this.x.graphics; label = graphics.exprs; @@ -9284,6 +9584,7 @@ function MATPINV() { MATPINV.prototype.get = function MATPINV() { } MATPINV.prototype.set = function MATPINV() { + this.typ = parseFloat((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -9358,6 +9659,10 @@ function MATRESH() { MATRESH.prototype.get = function MATRESH() { } MATRESH.prototype.set = function MATRESH() { + this.typ = parseFloat((arguments[0]["typ"])) + this.l1 = parseFloat((arguments[0]["l1"])) + this.out = parseFloat((arguments[0]["out"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -9457,6 +9762,9 @@ function MATSING() { MATSING.prototype.get = function MATSING() { } MATSING.prototype.set = function MATSING() { + this.typ = parseFloat((arguments[0]["typ"])) + this.decomptyp = parseFloat((arguments[0]["decomptyp"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -9555,6 +9863,9 @@ function MATSUM() { MATSUM.prototype.get = function MATSUM() { } MATSUM.prototype.set = function MATSUM() { + this.typ = parseFloat((arguments[0]["typ"])) + this.decomptyp = parseFloat((arguments[0]["decomptyp"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -9642,6 +9953,8 @@ function MATTRAN() { MATTRAN.prototype.get = function MATTRAN() { } MATTRAN.prototype.set = function MATTRAN() { + this.typ = parseFloat((arguments[0]["typ"])) + this.rule = parseFloat((arguments[0]["rule"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -9757,6 +10070,8 @@ function MATZREIM() { MATZREIM.prototype.get = function MATZREIM() { } MATZREIM.prototype.set = function MATZREIM() { + this.decomptyp = parseFloat((arguments[0]["decomptyp"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -9835,6 +10150,8 @@ function RICC() { RICC.prototype.get = function RICC() { } RICC.prototype.set = function RICC() { + this.tpe = parseFloat((arguments[0]["tpe"])) + this.mod = parseFloat((arguments[0]["mod"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -9898,6 +10215,8 @@ function ROOTCOEF() { ROOTCOEF.prototype.get = function ROOTCOEF() { } ROOTCOEF.prototype.set = function ROOTCOEF() { + this.typ = parseFloat((arguments[0]["typ"])) + this.inp = parseFloat((arguments[0]["inp"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -9962,6 +10281,7 @@ function SQRT() { SQRT.prototype.get = function SQRT() { } SQRT.prototype.set = function SQRT() { + this.typ = parseFloat((arguments[0]["typ"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -10031,6 +10351,12 @@ function SUBMAT() { SUBMAT.prototype.get = function SUBMAT() { } SUBMAT.prototype.set = function SUBMAT() { + this.typ = parseFloat((arguments[0]["typ"])) + this.a = parseFloat((arguments[0]["a"])) + this.b = parseFloat((arguments[0]["b"])) + this.c = parseFloat((arguments[0]["c"])) + this.d = parseFloat((arguments[0]["d"])) + this.inp = parseFloat((arguments[0]["inp"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -10252,6 +10578,9 @@ function BACKLASH() { BACKLASH.prototype.get = function BACKLASH() { } BACKLASH.prototype.set = function BACKLASH() { + this.ini = parseFloat((arguments[0]["ini"])) + this.gap = parseFloat((arguments[0]["gap"])) + this.zcr = parseFloat((arguments[0]["zcr"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -10326,6 +10655,15 @@ function BOUNCE() { BOUNCE.prototype.get = function BOUNCE() { } BOUNCE.prototype.set = function BOUNCE() { + this.rpar1 = parseFloat((arguments[0]["rpar1"])) + this.rpar2 = parseFloat((arguments[0]["rpar2"])) + this.walls = parseFloat((arguments[0]["walls"])) + this.xt = parseFloat((arguments[0]["xt"])) + this.xd = parseFloat((arguments[0]["xd"])) + this.y = parseFloat((arguments[0]["y"])) + this.yd = parseFloat((arguments[0]["yd"])) + this.g = parseFloat((arguments[0]["g"])) + this.C = parseFloat((arguments[0]["C"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -10433,6 +10771,14 @@ function BOUNCEXY() { BOUNCEXY.prototype.get = function BOUNCEXY() { } BOUNCEXY.prototype.set = function BOUNCEXY() { + this.clrs = parseFloat((arguments[0]["clrs"])) + this.siz = parseFloat((arguments[0]["siz"])) + this.win = parseFloat((arguments[0]["win"])) + this.imode = parseFloat((arguments[0]["imode"])) + this.xmin = parseFloat((arguments[0]["xmin"])) + this.xmax = parseFloat((arguments[0]["xmax"])) + this.ymin = parseFloat((arguments[0]["ymin"])) + this.ymax = parseFloat((arguments[0]["ymax"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -10515,6 +10861,13 @@ function BPLATFORM() { BPLATFORM.prototype.get = function BPLATFORM() { } BPLATFORM.prototype.set = function BPLATFORM() { + this.plen = parseFloat((arguments[0]["plen"])) + this.csiz = parseFloat((arguments[0]["csiz"])) + this.phi = parseFloat((arguments[0]["phi"])) + this.xmin = parseFloat((arguments[0]["xmin"])) + this.xmax = parseFloat((arguments[0]["xmax"])) + this.ymin = parseFloat((arguments[0]["ymin"])) + this.ymax = parseFloat((arguments[0]["ymax"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -10592,6 +10945,21 @@ function CBLOCK() { CBLOCK.prototype.get = function CBLOCK() { } CBLOCK.prototype.set = function CBLOCK() { + this.function_name = parseFloat((arguments[0]["function_name"])) + this.impli = parseFloat((arguments[0]["impli"])) + this.i = parseFloat((arguments[0]["i"])) + this.o = parseFloat((arguments[0]["o"])) + this.ci = parseFloat((arguments[0]["ci"])) + this.co = parseFloat((arguments[0]["co"])) + this.xx = parseFloat((arguments[0]["xx"])) + this.ng = parseFloat((arguments[0]["ng"])) + this.z = parseFloat((arguments[0]["z"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.ipar = parseFloat((arguments[0]["ipar"])) + this.auto0 = parseFloat((arguments[0]["auto0"])) + this.depu = parseFloat((arguments[0]["depu"])) + this.dept = parseFloat((arguments[0]["dept"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -10707,6 +11075,26 @@ function CBLOCK4() { CBLOCK4.prototype.get = function CBLOCK4() { } CBLOCK4.prototype.set = function CBLOCK4() { + this.function_name = parseFloat((arguments[0]["function_name"])) + this.impli = parseFloat((arguments[0]["impli"])) + this.in1 = parseFloat((arguments[0]["in1"])) + this.it = parseFloat((arguments[0]["it"])) + this.out = parseFloat((arguments[0]["out"])) + this.ot = parseFloat((arguments[0]["ot"])) + this.ci = parseFloat((arguments[0]["ci"])) + this.co = parseFloat((arguments[0]["co"])) + this.xx = parseFloat((arguments[0]["xx"])) + this.z = parseFloat((arguments[0]["z"])) + this.oz = parseFloat((arguments[0]["oz"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.ipar = parseFloat((arguments[0]["ipar"])) + this.opar = parseFloat((arguments[0]["opar"])) + this.nmode = parseFloat((arguments[0]["nmode"])) + this.nzcr = parseFloat((arguments[0]["nzcr"])) + this.auto0 = parseFloat((arguments[0]["auto0"])) + this.depu = parseFloat((arguments[0]["depu"])) + this.dept = parseFloat((arguments[0]["dept"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -10821,6 +11209,9 @@ function CONSTRAINT2_c() { CONSTRAINT2_c.prototype.get = function CONSTRAINT2_c() { } CONSTRAINT2_c.prototype.set = function CONSTRAINT2_c() { + this.x0 = parseFloat((arguments[0]["x0"])) + this.xd0 = parseFloat((arguments[0]["xd0"])) + this.id = parseFloat((arguments[0]["id"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -10894,6 +11285,7 @@ function CONSTRAINT_c() { CONSTRAINT_c.prototype.get = function CONSTRAINT_c() { } CONSTRAINT_c.prototype.set = function CONSTRAINT_c() { + this.x0 = parseFloat((arguments[0]["x0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -10950,6 +11342,9 @@ function DEADBAND() { DEADBAND.prototype.get = function DEADBAND() { } DEADBAND.prototype.set = function DEADBAND() { + this.maxp = parseFloat((arguments[0]["maxp"])) + this.minp = parseFloat((arguments[0]["minp"])) + this.zeroc = parseFloat((arguments[0]["zeroc"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -11070,6 +11465,8 @@ function DIFF_f() { DIFF_f.prototype.get = function DIFF_f() { } DIFF_f.prototype.set = function DIFF_f() { + this.x0 = parseFloat((arguments[0]["x0"])) + this.xd0 = parseFloat((arguments[0]["xd0"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -11167,6 +11564,7 @@ function EDGETRIGGER() { EDGETRIGGER.prototype.get = function EDGETRIGGER() { } EDGETRIGGER.prototype.set = function EDGETRIGGER() { + this.edge = parseFloat((arguments[0]["edge"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -11556,6 +11954,11 @@ function HYSTHERESIS() { HYSTHERESIS.prototype.get = function HYSTHERESIS() { } HYSTHERESIS.prototype.set = function HYSTHERESIS() { + this.high_lim = parseFloat((arguments[0]["high_lim"])) + this.low_lim = parseFloat((arguments[0]["low_lim"])) + this.out_high = parseFloat((arguments[0]["out_high"])) + this.out_low = parseFloat((arguments[0]["out_low"])) + this.nzz = parseFloat((arguments[0]["nzz"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -11633,6 +12036,10 @@ function LOGICAL_OP() { LOGICAL_OP.prototype.get = function LOGICAL_OP() { } LOGICAL_OP.prototype.set = function LOGICAL_OP() { + this.nin = parseFloat((arguments[0]["nin"])) + this.rule = parseFloat((arguments[0]["rule"])) + this.Datatype = parseFloat((arguments[0]["Datatype"])) + this.tp = parseFloat((arguments[0]["tp"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -11764,6 +12171,14 @@ function MBLOCK() { MBLOCK.prototype.get = function MBLOCK() { } MBLOCK.prototype.set = function MBLOCK() { + this.Tin = parseFloat((arguments[0]["Tin"])) + this.Tintype = parseFloat((arguments[0]["Tintype"])) + this.Tout = parseFloat((arguments[0]["Tout"])) + this.Touttype = parseFloat((arguments[0]["Touttype"])) + this.Tparam = parseFloat((arguments[0]["Tparam"])) + this.pprop = parseFloat((arguments[0]["pprop"])) + this.Tfunam = parseFloat((arguments[0]["Tfunam"])) + this.lab_1 = parseFloat((arguments[0]["lab_1"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -12025,6 +12440,8 @@ function MEMORY_f() { MEMORY_f.prototype.get = function MEMORY_f() { } MEMORY_f.prototype.set = function MEMORY_f() { + this.a = parseFloat((arguments[0]["a"])) + this.inh = parseFloat((arguments[0]["inh"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -12389,6 +12806,13 @@ function PENDULUM_ANIM() { PENDULUM_ANIM.prototype.get = function PENDULUM_ANIM() { } PENDULUM_ANIM.prototype.set = function PENDULUM_ANIM() { + this.plen = parseFloat((arguments[0]["plen"])) + this.csiz = parseFloat((arguments[0]["csiz"])) + this.phi = parseFloat((arguments[0]["phi"])) + this.xmin = parseFloat((arguments[0]["xmin"])) + this.xmax = parseFloat((arguments[0]["xmax"])) + this.ymin = parseFloat((arguments[0]["ymin"])) + this.ymax = parseFloat((arguments[0]["ymax"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -12450,6 +12874,8 @@ function RATELIMITER() { RATELIMITER.prototype.get = function RATELIMITER() { } RATELIMITER.prototype.set = function RATELIMITER() { + this.maxp = parseFloat((arguments[0]["maxp"])) + this.minp = parseFloat((arguments[0]["minp"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -12497,6 +12923,9 @@ function RELATIONALOP() { RELATIONALOP.prototype.get = function RELATIONALOP() { } RELATIONALOP.prototype.set = function RELATIONALOP() { + this.rule = parseFloat((arguments[0]["rule"])) + this.zcr = parseFloat((arguments[0]["zcr"])) + this.Datatype = parseFloat((arguments[0]["Datatype"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -12648,6 +13077,9 @@ function TEXT_f() { TEXT_f.prototype.get = function TEXT_f() { } TEXT_f.prototype.set = function TEXT_f() { + this.txt = parseFloat((arguments[0]["txt"])) + this.font = parseFloat((arguments[0]["font"])) + this.siz = parseFloat((arguments[0]["siz"])) this.x = arg1; graphics = arg1.graphics; orig = graphics.orig; @@ -12731,6 +13163,11 @@ function c_block() { c_block.prototype.get = function c_block() { } c_block.prototype.set = function c_block() { + this.i = parseFloat((arguments[0]["i"])) + this.o = parseFloat((arguments[0]["o"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.funam = parseFloat((arguments[0]["funam"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -12799,6 +13236,11 @@ function fortran_block() { fortran_block.prototype.get = function fortran_block() { } fortran_block.prototype.set = function fortran_block() { + this.i = parseFloat((arguments[0]["i"])) + this.o = parseFloat((arguments[0]["o"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.funam = parseFloat((arguments[0]["funam"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -12903,6 +13345,20 @@ function generic_block() { generic_block.prototype.get = function generic_block() { } generic_block.prototype.set = function generic_block() { + this.function_name = parseFloat((arguments[0]["function_name"])) + this.funtyp = parseFloat((arguments[0]["funtyp"])) + this.i = parseFloat((arguments[0]["i"])) + this.o = parseFloat((arguments[0]["o"])) + this.ci = parseFloat((arguments[0]["ci"])) + this.co = parseFloat((arguments[0]["co"])) + this.xx = parseFloat((arguments[0]["xx"])) + this.z = parseFloat((arguments[0]["z"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.ipar = parseFloat((arguments[0]["ipar"])) + this.auto0 = parseFloat((arguments[0]["auto0"])) + this.depu = parseFloat((arguments[0]["depu"])) + this.dept = parseFloat((arguments[0]["dept"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -13003,6 +13459,22 @@ function generic_block2() { generic_block2.prototype.get = function generic_block2() { } generic_block2.prototype.set = function generic_block2() { + this.function_name = parseFloat((arguments[0]["function_name"])) + this.funtyp = parseFloat((arguments[0]["funtyp"])) + this.i = parseFloat((arguments[0]["i"])) + this.o = parseFloat((arguments[0]["o"])) + this.ci = parseFloat((arguments[0]["ci"])) + this.co = parseFloat((arguments[0]["co"])) + this.xx = parseFloat((arguments[0]["xx"])) + this.z = parseFloat((arguments[0]["z"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.ipar = parseFloat((arguments[0]["ipar"])) + this.nmode = parseFloat((arguments[0]["nmode"])) + this.nzcr = parseFloat((arguments[0]["nzcr"])) + this.auto0 = parseFloat((arguments[0]["auto0"])) + this.depu = parseFloat((arguments[0]["depu"])) + this.dept = parseFloat((arguments[0]["dept"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -13101,6 +13573,26 @@ function generic_block3() { generic_block3.prototype.get = function generic_block3() { } generic_block3.prototype.set = function generic_block3() { + this.function_name = parseFloat((arguments[0]["function_name"])) + this.funtyp = parseFloat((arguments[0]["funtyp"])) + this.in1 = parseFloat((arguments[0]["in1"])) + this.it = parseFloat((arguments[0]["it"])) + this.out = parseFloat((arguments[0]["out"])) + this.ot = parseFloat((arguments[0]["ot"])) + this.ci = parseFloat((arguments[0]["ci"])) + this.co = parseFloat((arguments[0]["co"])) + this.xx = parseFloat((arguments[0]["xx"])) + this.z = parseFloat((arguments[0]["z"])) + this.oz = parseFloat((arguments[0]["oz"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.ipar = parseFloat((arguments[0]["ipar"])) + this.opar = parseFloat((arguments[0]["opar"])) + this.nmode = parseFloat((arguments[0]["nmode"])) + this.nzcr = parseFloat((arguments[0]["nzcr"])) + this.auto0 = parseFloat((arguments[0]["auto0"])) + this.depu = parseFloat((arguments[0]["depu"])) + this.dept = parseFloat((arguments[0]["dept"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -13219,6 +13711,16 @@ function scifunc_block() { scifunc_block.prototype.get = function scifunc_block() { } scifunc_block.prototype.set = function scifunc_block() { + this.i = parseFloat((arguments[0]["i"])) + this.o = parseFloat((arguments[0]["o"])) + this.ci = parseFloat((arguments[0]["ci"])) + this.co = parseFloat((arguments[0]["co"])) + this.xx = parseFloat((arguments[0]["xx"])) + this.z = parseFloat((arguments[0]["z"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.auto0 = parseFloat((arguments[0]["auto0"])) + this.deptime = parseFloat((arguments[0]["deptime"])) + this.lab = parseFloat((arguments[0]["lab"])) needcompile = 0; this.x = arg1; model = arg1.model; @@ -13319,6 +13821,16 @@ function scifunc_block_m() { scifunc_block_m.prototype.get = function scifunc_block_m() { } scifunc_block_m.prototype.set = function scifunc_block_m() { + this.i = parseFloat((arguments[0]["i"])) + this.o = parseFloat((arguments[0]["o"])) + this.ci = parseFloat((arguments[0]["ci"])) + this.co = parseFloat((arguments[0]["co"])) + this.xx = parseFloat((arguments[0]["xx"])) + this.z = parseFloat((arguments[0]["z"])) + this.rpar = parseFloat((arguments[0]["rpar"])) + this.auto0 = parseFloat((arguments[0]["auto0"])) + this.deptime = parseFloat((arguments[0]["deptime"])) + this.lab = parseFloat((arguments[0]["lab"])) needcompile = 0; this.x = arg1; model = arg1.model; @@ -13420,6 +13932,7 @@ function ABS_VALUE() { ABS_VALUE.prototype.get = function ABS_VALUE() { } ABS_VALUE.prototype.set = function ABS_VALUE() { + this.zcr = parseFloat((arguments[0]["zcr"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -13501,6 +14014,12 @@ function DLRADAPT_f() { DLRADAPT_f.prototype.get = function DLRADAPT_f() { } DLRADAPT_f.prototype.set = function DLRADAPT_f() { + this.p = parseFloat((arguments[0]["p"])) + this.rn = parseFloat((arguments[0]["rn"])) + this.rd = parseFloat((arguments[0]["rd"])) + this.g = parseFloat((arguments[0]["g"])) + this.last_u = parseFloat((arguments[0]["last_u"])) + this.last_y = parseFloat((arguments[0]["last_y"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -13554,6 +14073,7 @@ function EXPBLK_f() { EXPBLK_f.prototype.get = function EXPBLK_f() { } EXPBLK_f.prototype.set = function EXPBLK_f() { + this.a = parseFloat((arguments[0]["a"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -13606,6 +14126,7 @@ function EXPBLK_m() { EXPBLK_m.prototype.get = function EXPBLK_m() { } EXPBLK_m.prototype.set = function EXPBLK_m() { + this.a = parseFloat((arguments[0]["a"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -13681,6 +14202,9 @@ function INTRP2BLK_f() { INTRP2BLK_f.prototype.get = function INTRP2BLK_f() { } INTRP2BLK_f.prototype.set = function INTRP2BLK_f() { + this.a = parseFloat((arguments[0]["a"])) + this.b = parseFloat((arguments[0]["b"])) + this.c = parseFloat((arguments[0]["c"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -13731,6 +14255,8 @@ function INTRPLBLK_f() { INTRPLBLK_f.prototype.get = function INTRPLBLK_f() { } INTRPLBLK_f.prototype.set = function INTRPLBLK_f() { + this.a = parseFloat((arguments[0]["a"])) + this.b = parseFloat((arguments[0]["b"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -13830,6 +14356,7 @@ function LOGBLK_f() { LOGBLK_f.prototype.get = function LOGBLK_f() { } LOGBLK_f.prototype.set = function LOGBLK_f() { + this.a = parseFloat((arguments[0]["a"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -13886,6 +14413,11 @@ function LOOKUP2D() { LOOKUP2D.prototype.get = function LOOKUP2D() { } LOOKUP2D.prototype.set = function LOOKUP2D() { + this.xx = parseFloat((arguments[0]["xx"])) + this.yy = parseFloat((arguments[0]["yy"])) + this.zz = parseFloat((arguments[0]["zz"])) + this.Method = parseFloat((arguments[0]["Method"])) + this.graf = parseFloat((arguments[0]["graf"])) this.x = arg1; model = arg1.model; graphics = arg1.graphics; @@ -14033,6 +14565,9 @@ function MAXMIN() { MAXMIN.prototype.get = function MAXMIN() { } MAXMIN.prototype.set = function MAXMIN() { + this.mm = parseFloat((arguments[0]["mm"])) + this.nin = parseFloat((arguments[0]["nin"])) + this.zcr = parseFloat((arguments[0]["zcr"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -14157,6 +14692,7 @@ function POWBLK_f() { POWBLK_f.prototype.get = function POWBLK_f() { } POWBLK_f.prototype.set = function POWBLK_f() { + this.a = parseFloat((arguments[0]["a"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -14207,6 +14743,7 @@ function PRODUCT() { PRODUCT.prototype.get = function PRODUCT() { } PRODUCT.prototype.set = function PRODUCT() { + this.sgn = parseFloat((arguments[0]["sgn"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -14299,6 +14836,8 @@ function QUANT_f() { QUANT_f.prototype.get = function QUANT_f() { } QUANT_f.prototype.set = function QUANT_f() { + this.pas = parseFloat((arguments[0]["pas"])) + this.meth = parseFloat((arguments[0]["meth"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -14359,6 +14898,9 @@ function SATURATION() { SATURATION.prototype.get = function SATURATION() { } SATURATION.prototype.set = function SATURATION() { + this.maxp = parseFloat((arguments[0]["maxp"])) + this.minp = parseFloat((arguments[0]["minp"])) + this.zeroc = parseFloat((arguments[0]["zeroc"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -14415,6 +14957,9 @@ function SAT_f() { SAT_f.prototype.get = function SAT_f() { } SAT_f.prototype.set = function SAT_f() { + this.minp = parseFloat((arguments[0]["minp"])) + this.maxp = parseFloat((arguments[0]["maxp"])) + this.pente = parseFloat((arguments[0]["pente"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -14464,6 +15009,7 @@ function SIGNUM() { SIGNUM.prototype.get = function SIGNUM() { } SIGNUM.prototype.set = function SIGNUM() { + this.zcr = parseFloat((arguments[0]["zcr"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -14560,6 +15106,7 @@ function TrigFun() { TrigFun.prototype.get = function TrigFun() { } TrigFun.prototype.set = function TrigFun() { + this.fun = parseFloat((arguments[0]["fun"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -14606,6 +15153,9 @@ function PDE() { PDE.prototype.get = function PDE() { } PDE.prototype.set = function PDE() { + this.okk = parseFloat((arguments[0]["okk"])) + this.rdnom = parseFloat((arguments[0]["rdnom"])) + this.lab = parseFloat((arguments[0]["lab"])) this.x = arg1; graphics = arg1.graphics; label = graphics.exprs; @@ -14750,6 +15300,13 @@ function AFFICH_m() { AFFICH_m.prototype.get = function AFFICH_m() { } AFFICH_m.prototype.set = function AFFICH_m() { + this.in1 = parseFloat((arguments[0]["in1"])) + this.font = parseFloat((arguments[0]["font"])) + this.fontsize = parseFloat((arguments[0]["fontsize"])) + this.colr = parseFloat((arguments[0]["colr"])) + this.nt = parseFloat((arguments[0]["nt"])) + this.nd = parseFloat((arguments[0]["nd"])) + this.herit = parseFloat((arguments[0]["herit"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -14831,6 +15388,11 @@ function BARXY() { BARXY.prototype.get = function BARXY() { } BARXY.prototype.set = function BARXY() { + this.xmin = parseFloat((arguments[0]["xmin"])) + this.xmax = parseFloat((arguments[0]["xmax"])) + this.ymin = parseFloat((arguments[0]["ymin"])) + this.ymax = parseFloat((arguments[0]["ymax"])) + this.thickness = parseFloat((arguments[0]["thickness"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -14903,6 +15465,17 @@ function CANIMXY() { CANIMXY.prototype.get = function CANIMXY() { } CANIMXY.prototype.set = function CANIMXY() { + this.nbr_curves = parseFloat((arguments[0]["nbr_curves"])) + this.clrs = parseFloat((arguments[0]["clrs"])) + this.siz = parseFloat((arguments[0]["siz"])) + this.win = parseFloat((arguments[0]["win"])) + this.wpos = parseFloat((arguments[0]["wpos"])) + this.wdim = parseFloat((arguments[0]["wdim"])) + this.xmin = parseFloat((arguments[0]["xmin"])) + this.xmax = parseFloat((arguments[0]["xmax"])) + this.ymin = parseFloat((arguments[0]["ymin"])) + this.ymax = parseFloat((arguments[0]["ymax"])) + this.N = parseFloat((arguments[0]["N"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -15006,6 +15579,17 @@ function CANIMXY3D() { CANIMXY3D.prototype.get = function CANIMXY3D() { } CANIMXY3D.prototype.set = function CANIMXY3D() { + this.nbr_curves = parseFloat((arguments[0]["nbr_curves"])) + this.clrs = parseFloat((arguments[0]["clrs"])) + this.siz = parseFloat((arguments[0]["siz"])) + this.win = parseFloat((arguments[0]["win"])) + this.wpos = parseFloat((arguments[0]["wpos"])) + this.wdim = parseFloat((arguments[0]["wdim"])) + this.vec_x = parseFloat((arguments[0]["vec_x"])) + this.vec_y = parseFloat((arguments[0]["vec_y"])) + this.vec_z = parseFloat((arguments[0]["vec_z"])) + this.param3ds = parseFloat((arguments[0]["param3ds"])) + this.N = parseFloat((arguments[0]["N"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -15117,6 +15701,12 @@ function CEVENTSCOPE() { CEVENTSCOPE.prototype.get = function CEVENTSCOPE() { } CEVENTSCOPE.prototype.set = function CEVENTSCOPE() { + this.nclock = parseFloat((arguments[0]["nclock"])) + this.clrs = parseFloat((arguments[0]["clrs"])) + this.win = parseFloat((arguments[0]["win"])) + this.wpos = parseFloat((arguments[0]["wpos"])) + this.wdim = parseFloat((arguments[0]["wdim"])) + this.per = parseFloat((arguments[0]["per"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -15208,6 +15798,15 @@ function CFSCOPE() { CFSCOPE.prototype.get = function CFSCOPE() { } CFSCOPE.prototype.set = function CFSCOPE() { + this.clrs = parseFloat((arguments[0]["clrs"])) + this.win = parseFloat((arguments[0]["win"])) + this.wpos = parseFloat((arguments[0]["wpos"])) + this.wdim = parseFloat((arguments[0]["wdim"])) + this.ymin = parseFloat((arguments[0]["ymin"])) + this.ymax = parseFloat((arguments[0]["ymax"])) + this.per = parseFloat((arguments[0]["per"])) + this.N = parseFloat((arguments[0]["N"])) + this.wu = parseFloat((arguments[0]["wu"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -15298,6 +15897,7 @@ function CLKOUTV_f() { CLKOUTV_f.prototype.get = function CLKOUTV_f() { } CLKOUTV_f.prototype.set = function CLKOUTV_f() { + this.prt = parseFloat((arguments[0]["prt"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -15403,6 +16003,7 @@ function CLKOUT_f() { CLKOUT_f.prototype.get = function CLKOUT_f() { } CLKOUT_f.prototype.set = function CLKOUT_f() { + this.prt = parseFloat((arguments[0]["prt"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -15461,6 +16062,11 @@ function CMAT3D() { CMAT3D.prototype.get = function CMAT3D() { } CMAT3D.prototype.set = function CMAT3D() { + this.vec_x = parseFloat((arguments[0]["vec_x"])) + this.vec_y = parseFloat((arguments[0]["vec_y"])) + this.colormap = parseFloat((arguments[0]["colormap"])) + this.cmin = parseFloat((arguments[0]["cmin"])) + this.cmax = parseFloat((arguments[0]["cmax"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -15528,6 +16134,9 @@ function CMATVIEW() { CMATVIEW.prototype.get = function CMATVIEW() { } CMATVIEW.prototype.set = function CMATVIEW() { + this.colormap = parseFloat((arguments[0]["colormap"])) + this.cmin = parseFloat((arguments[0]["cmin"])) + this.cmax = parseFloat((arguments[0]["cmax"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -15598,6 +16207,17 @@ function CMSCOPE() { CMSCOPE.prototype.get = function CMSCOPE() { } CMSCOPE.prototype.set = function CMSCOPE() { + this.in1 = parseFloat((arguments[0]["in1"])) + this.clrs = parseFloat((arguments[0]["clrs"])) + this.win = parseFloat((arguments[0]["win"])) + this.wpos = parseFloat((arguments[0]["wpos"])) + this.wdim = parseFloat((arguments[0]["wdim"])) + this.ymin = parseFloat((arguments[0]["ymin"])) + this.ymax = parseFloat((arguments[0]["ymax"])) + this.per = parseFloat((arguments[0]["per"])) + this.N = parseFloat((arguments[0]["N"])) + this.heritance = parseFloat((arguments[0]["heritance"])) + this.nom = parseFloat((arguments[0]["nom"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -15723,6 +16343,16 @@ function CSCOPE() { CSCOPE.prototype.get = function CSCOPE() { } CSCOPE.prototype.set = function CSCOPE() { + this.clrs = parseFloat((arguments[0]["clrs"])) + this.win = parseFloat((arguments[0]["win"])) + this.wpos = parseFloat((arguments[0]["wpos"])) + this.wdim = parseFloat((arguments[0]["wdim"])) + this.ymin = parseFloat((arguments[0]["ymin"])) + this.ymax = parseFloat((arguments[0]["ymax"])) + this.per = parseFloat((arguments[0]["per"])) + this.N = parseFloat((arguments[0]["N"])) + this.heritance = parseFloat((arguments[0]["heritance"])) + this.nom = parseFloat((arguments[0]["nom"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -15825,6 +16455,17 @@ function CSCOPXY() { CSCOPXY.prototype.get = function CSCOPXY() { } CSCOPXY.prototype.set = function CSCOPXY() { + this.nbr_curves = parseFloat((arguments[0]["nbr_curves"])) + this.clrs = parseFloat((arguments[0]["clrs"])) + this.siz = parseFloat((arguments[0]["siz"])) + this.win = parseFloat((arguments[0]["win"])) + this.wpos = parseFloat((arguments[0]["wpos"])) + this.wdim = parseFloat((arguments[0]["wdim"])) + this.xmin = parseFloat((arguments[0]["xmin"])) + this.xmax = parseFloat((arguments[0]["xmax"])) + this.ymin = parseFloat((arguments[0]["ymin"])) + this.ymax = parseFloat((arguments[0]["ymax"])) + this.N = parseFloat((arguments[0]["N"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -15927,6 +16568,17 @@ function CSCOPXY3D() { CSCOPXY3D.prototype.get = function CSCOPXY3D() { } CSCOPXY3D.prototype.set = function CSCOPXY3D() { + this.nbr_curves = parseFloat((arguments[0]["nbr_curves"])) + this.clrs = parseFloat((arguments[0]["clrs"])) + this.siz = parseFloat((arguments[0]["siz"])) + this.win = parseFloat((arguments[0]["win"])) + this.wpos = parseFloat((arguments[0]["wpos"])) + this.wdim = parseFloat((arguments[0]["wdim"])) + this.vec_x = parseFloat((arguments[0]["vec_x"])) + this.vec_y = parseFloat((arguments[0]["vec_y"])) + this.vec_z = parseFloat((arguments[0]["vec_z"])) + this.param3ds = parseFloat((arguments[0]["param3ds"])) + this.N = parseFloat((arguments[0]["N"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -16034,6 +16686,7 @@ function OUTIMPL_f() { OUTIMPL_f.prototype.get = function OUTIMPL_f() { } OUTIMPL_f.prototype.set = function OUTIMPL_f() { + this.prt = parseFloat((arguments[0]["prt"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -16088,6 +16741,7 @@ function OUT_f() { OUT_f.prototype.get = function OUT_f() { } OUT_f.prototype.set = function OUT_f() { + this.prt = parseFloat((arguments[0]["prt"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -16145,6 +16799,9 @@ function TOWS_c() { TOWS_c.prototype.get = function TOWS_c() { } TOWS_c.prototype.set = function TOWS_c() { + this.nz = parseFloat((arguments[0]["nz"])) + this.varnam = parseFloat((arguments[0]["varnam"])) + this.herit = parseFloat((arguments[0]["herit"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -16235,6 +16892,10 @@ function WFILE_f() { WFILE_f.prototype.get = function WFILE_f() { } WFILE_f.prototype.set = function WFILE_f() { + this.in1 = parseFloat((arguments[0]["in1"])) + this.fname1 = parseFloat((arguments[0]["fname1"])) + this.frmt1 = parseFloat((arguments[0]["frmt1"])) + this.N = parseFloat((arguments[0]["N"])) warnobsolete("WRITEC_f","6.0.0"); warnMessage = msprintf(_("Feature %s is obsolete."),"WFILE_f"); warnAdvise = msprintf(_("Please use %s instead."),"WRITEC_f"); @@ -16329,6 +16990,8 @@ function WRITEAU_f() { WRITEAU_f.prototype.get = function WRITEAU_f() { } WRITEAU_f.prototype.set = function WRITEAU_f() { + this.N = parseFloat((arguments[0]["N"])) + this.swap = parseFloat((arguments[0]["swap"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -16401,6 +17064,11 @@ function WRITEC_f() { WRITEC_f.prototype.get = function WRITEC_f() { } WRITEC_f.prototype.set = function WRITEC_f() { + this.in1 = parseFloat((arguments[0]["in1"])) + this.fname1 = parseFloat((arguments[0]["fname1"])) + this.frmt1 = parseFloat((arguments[0]["frmt1"])) + this.N = parseFloat((arguments[0]["N"])) + this.swap = parseFloat((arguments[0]["swap"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -16487,6 +17155,7 @@ function CLKINV_f() { CLKINV_f.prototype.get = function CLKINV_f() { } CLKINV_f.prototype.set = function CLKINV_f() { + this.prt = parseFloat((arguments[0]["prt"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -16534,6 +17203,7 @@ function CLKIN_f() { CLKIN_f.prototype.get = function CLKIN_f() { } CLKIN_f.prototype.set = function CLKIN_f() { + this.prt = parseFloat((arguments[0]["prt"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -16610,6 +17280,9 @@ function CLOCK_c() { CLOCK_c.prototype.get = function CLOCK_c() { } CLOCK_c.prototype.set = function CLOCK_c() { + this.dt = parseFloat((arguments[0]["dt"])) + this.t0 = parseFloat((arguments[0]["t0"])) + this.exprs0 = parseFloat((arguments[0]["exprs0"])) for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o = arg1.model.rpar.objs[i-1]; if (typeof(o)=="Block"&&o.gui=="EVTDLY_c") { @@ -16706,6 +17379,9 @@ function CLOCK_f() { CLOCK_f.prototype.get = function CLOCK_f() { } CLOCK_f.prototype.set = function CLOCK_f() { + this.dt = parseFloat((arguments[0]["dt"])) + this.t0 = parseFloat((arguments[0]["t0"])) + this.exprs0 = parseFloat((arguments[0]["exprs0"])) for (i=1;i<=length(arg1.model.rpar.objs);i+=1) { o = arg1.model.rpar.objs[i-1]; if (typeof(o)=="Block"&&o.gui=="EVTDLY_f") { @@ -16774,6 +17450,7 @@ function CONST() { CONST.prototype.get = function CONST() { } CONST.prototype.set = function CONST() { + this.C = parseFloat((arguments[0]["C"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -16823,6 +17500,7 @@ function CONST_f() { CONST_f.prototype.get = function CONST_f() { } CONST_f.prototype.set = function CONST_f() { + this.C = parseFloat((arguments[0]["C"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -16872,6 +17550,7 @@ function CONST_m() { CONST_m.prototype.get = function CONST_m() { } CONST_m.prototype.set = function CONST_m() { + this.C = parseFloat((arguments[0]["C"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -17014,6 +17693,9 @@ function Counter() { Counter.prototype.get = function Counter() { } Counter.prototype.set = function Counter() { + this.minim = parseFloat((arguments[0]["minim"])) + this.maxim = parseFloat((arguments[0]["maxim"])) + this.rule = parseFloat((arguments[0]["rule"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -17159,6 +17841,10 @@ function FROMWS_c() { FROMWS_c.prototype.get = function FROMWS_c() { } FROMWS_c.prototype.set = function FROMWS_c() { + this.varnam = parseFloat((arguments[0]["varnam"])) + this.Method = parseFloat((arguments[0]["Method"])) + this.ZC = parseFloat((arguments[0]["ZC"])) + this.OutEnd = parseFloat((arguments[0]["OutEnd"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -17224,6 +17910,9 @@ function GENSIN_f() { GENSIN_f.prototype.get = function GENSIN_f() { } GENSIN_f.prototype.set = function GENSIN_f() { + this.M = parseFloat((arguments[0]["M"])) + this.F = parseFloat((arguments[0]["F"])) + this.P = parseFloat((arguments[0]["P"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -17275,6 +17964,7 @@ function GENSQR_f() { GENSQR_f.prototype.get = function GENSQR_f() { } GENSQR_f.prototype.set = function GENSQR_f() { + this.Amplitude = parseFloat((arguments[0]["Amplitude"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -17356,6 +18046,10 @@ function GEN_SQR() { GEN_SQR.prototype.get = function GEN_SQR() { } GEN_SQR.prototype.set = function GEN_SQR() { + scicos_context.Amin = parseFloat((arguments[0]["scicos_context.Amin"])) + scicos_context.Amax = parseFloat((arguments[0]["scicos_context.Amax"])) + scicos_context.rule = parseFloat((arguments[0]["scicos_context.rule"])) + scicos_context.F = parseFloat((arguments[0]["scicos_context.F"])) y = this.needcompile; arg1.model.ipar = 1; typ = list(); @@ -17449,6 +18143,7 @@ function INIMPL_f() { INIMPL_f.prototype.get = function INIMPL_f() { } INIMPL_f.prototype.set = function INIMPL_f() { + this.prt = parseFloat((arguments[0]["prt"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -17567,6 +18262,8 @@ function Modulo_Count() { Modulo_Count.prototype.get = function Modulo_Count() { } Modulo_Count.prototype.set = function Modulo_Count() { + this.ini_c = parseFloat((arguments[0]["ini_c"])) + this.base = parseFloat((arguments[0]["base"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -17647,6 +18344,10 @@ function PULSE_SC() { PULSE_SC.prototype.get = function PULSE_SC() { } PULSE_SC.prototype.set = function PULSE_SC() { + scicos_context.E = parseFloat((arguments[0]["scicos_context.E"])) + scicos_context.W = parseFloat((arguments[0]["scicos_context.W"])) + scicos_context.F = parseFloat((arguments[0]["scicos_context.F"])) + scicos_context.A = parseFloat((arguments[0]["scicos_context.A"])) y = this.needcompile; arg1.model.ipar = 1; typ = list(); @@ -17712,6 +18413,9 @@ function RAMP() { RAMP.prototype.get = function RAMP() { } RAMP.prototype.set = function RAMP() { + this.slope = parseFloat((arguments[0]["slope"])) + this.stt = parseFloat((arguments[0]["stt"])) + this.iout = parseFloat((arguments[0]["iout"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -17762,6 +18466,10 @@ function RAND_f() { RAND_f.prototype.get = function RAND_f() { } RAND_f.prototype.set = function RAND_f() { + this.flag = parseFloat((arguments[0]["flag"])) + this.a = parseFloat((arguments[0]["a"])) + this.b = parseFloat((arguments[0]["b"])) + this.seed_c = parseFloat((arguments[0]["seed_c"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -17831,6 +18539,11 @@ function RAND_m() { RAND_m.prototype.get = function RAND_m() { } RAND_m.prototype.set = function RAND_m() { + this.typ = parseFloat((arguments[0]["typ"])) + this.flag = parseFloat((arguments[0]["flag"])) + this.a = parseFloat((arguments[0]["a"])) + this.b = parseFloat((arguments[0]["b"])) + this.seed_c = parseFloat((arguments[0]["seed_c"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -17910,6 +18623,9 @@ function READAU_f() { READAU_f.prototype.get = function READAU_f() { } READAU_f.prototype.set = function READAU_f() { + this.fname1 = parseFloat((arguments[0]["fname1"])) + this.N = parseFloat((arguments[0]["N"])) + this.swap = parseFloat((arguments[0]["swap"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -18000,6 +18716,14 @@ function READC_f() { READC_f.prototype.get = function READC_f() { } READC_f.prototype.set = function READC_f() { + this.tmask1 = parseFloat((arguments[0]["tmask1"])) + this.outmask = parseFloat((arguments[0]["outmask"])) + this.fname1 = parseFloat((arguments[0]["fname1"])) + this.frmt1 = parseFloat((arguments[0]["frmt1"])) + this.M = parseFloat((arguments[0]["M"])) + this.N = parseFloat((arguments[0]["N"])) + this.offset = parseFloat((arguments[0]["offset"])) + this.swap = parseFloat((arguments[0]["swap"])) this.x = arg1; model = this.x.model; graphics = arg1.graphics; @@ -18116,6 +18840,11 @@ function RFILE_f() { RFILE_f.prototype.get = function RFILE_f() { } RFILE_f.prototype.set = function RFILE_f() { + this.tmask1 = parseFloat((arguments[0]["tmask1"])) + this.outmask = parseFloat((arguments[0]["outmask"])) + this.fname1 = parseFloat((arguments[0]["fname1"])) + this.frmt1 = parseFloat((arguments[0]["frmt1"])) + this.N = parseFloat((arguments[0]["N"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -18243,6 +18972,9 @@ function STEP() { STEP.prototype.get = function STEP() { } STEP.prototype.set = function STEP() { + this.temps = parseFloat((arguments[0]["temps"])) + this.in1 = parseFloat((arguments[0]["in1"])) + this.fi = parseFloat((arguments[0]["fi"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -18431,6 +19163,8 @@ function SampleCLK() { SampleCLK.prototype.get = function SampleCLK() { } SampleCLK.prototype.set = function SampleCLK() { + this.frequ = parseFloat((arguments[0]["frequ"])) + this.offset = parseFloat((arguments[0]["offset"])) this.x = arg1; graphics = arg1.graphics; model = arg1.model; @@ -18606,6 +19340,9 @@ function TKSCALE() { TKSCALE.prototype.get = function TKSCALE() { } TKSCALE.prototype.set = function TKSCALE() { + this.a = parseFloat((arguments[0]["a"])) + this.b = parseFloat((arguments[0]["b"])) + this.f = parseFloat((arguments[0]["f"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -18646,6 +19383,8 @@ function GENERAL_f() { GENERAL_f.prototype.get = function GENERAL_f() { } GENERAL_f.prototype.set = function GENERAL_f() { + this.in1 = parseFloat((arguments[0]["in1"])) + this.out = parseFloat((arguments[0]["out"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; @@ -18762,6 +19501,7 @@ function ZCROSS_f() { ZCROSS_f.prototype.get = function ZCROSS_f() { } ZCROSS_f.prototype.set = function ZCROSS_f() { + this.in1 = parseFloat((arguments[0]["in1"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; |