blob: f4cf1f54e15f6536c4a8b1d4d2b7547037079ac6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* 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," ");
}
VirtualCLK0.prototype.details = function VirtualCLK0() {
return this.x;
}
VirtualCLK0.prototype.get = function VirtualCLK0() {
}
VirtualCLK0.prototype.set = function VirtualCLK0() {
this.x = arg1;
}
}
|