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