summaryrefslogtreecommitdiff
path: root/js/Misc/IMPSPLIT_f.js
blob: 25e4799d2102885292eb6d38b688d2c46c7b0180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* autogenerated from "macros/Misc/IMPSPLIT_f.sci" */
function IMPSPLIT_f() {
    IMPSPLIT_f.prototype.define = function IMPSPLIT_f() {
        model = scicos_model();
        model.sim = "limpsplit";
        mo = modelica();
        mo.model = "limpsplit";
        mo.inputs = "n";
        mo.outputs = [["n"],["n"]];
        model.equations = mo;
        model.in1 = ones(size(mo.inputs,"*"),1);
        model.out = ones(size(mo.outputs,"*"),1);
        x = standard_define([1,1]/3,model,[],[]);
        x.graphics.in_implicit = ["I"];
        x.graphics.out_implicit = ["I","I"];
    }
    IMPSPLIT_f.prototype.details = function IMPSPLIT_f() {
    }
    IMPSPLIT_f.prototype.get = function IMPSPLIT_f() {
    }
    IMPSPLIT_f.prototype.set = function IMPSPLIT_f() {
        x = arg1;
    }
}