summaryrefslogtreecommitdiff
path: root/js/Events/CLKSPLIT_f.js
blob: 477c849d8453a7de2880875b8d123747b71512d6 (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
25
26
/* autogenerated from "macros/Events/CLKSPLIT_f.sci" */
function CLKSPLIT_f() {
    CLKSPLIT_f.prototype.define = function CLKSPLIT_f() {
        this.model = scicos_model();
        this.model.sim = new ScilabString(["split"]);
        this.model.evtin = new ScilabDouble([1]);
        this.model.evtout = new ScilabDouble([1],[1]);
        this.model.blocktype = new ScilabString(["d"]);
        this.model.firing = new ScilabDouble([false,false,false]);
        this.model.dep_ut = new ScilabDouble([false,false]);
        this.x = standard_define([1,1]/3,this.model,[],[]);
        return new BasicBlock(this.x);
    }
    CLKSPLIT_f.prototype.details = function CLKSPLIT_f() {
        return this.x;
    }
    CLKSPLIT_f.prototype.get = function CLKSPLIT_f() {
        var options = {
        }
        return options;
    }
    CLKSPLIT_f.prototype.set = function CLKSPLIT_f() {
        this.x = arg1;
        return new BasicBlock(this.x);
    }
}