summaryrefslogtreecommitdiff
path: root/js/Events/VirtualCLK0.js
blob: 6ceb82fa37aa5f4404ee21aa69825a5e736d0548 (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
/* autogenerated from "macros/Events/VirtualCLK0.sci" */
function VirtualCLK0() {
    VirtualCLK0.prototype.define = function VirtualCLK0() {
        model = scicos_model();
        model.sim = "vrtclk0";
        model.evtin = 1;
        model.opar = list();
        model.ipar = [];
        model.blocktype = "d";
        model.firing = -1;
        model.dep_ut = [false,false];
        exprs = [];
        this.x = standard_define([2,2],model,exprs," ");
        return new BasicBlock(this.x);
    }
    VirtualCLK0.prototype.details = function VirtualCLK0() {
        return this.x;
    }
    VirtualCLK0.prototype.get = function VirtualCLK0() {
    }
    VirtualCLK0.prototype.set = function VirtualCLK0() {
        this.x = arg1;
        return new BasicBlock(this.x);
    }
}