summaryrefslogtreecommitdiff
path: root/js/Electrical/MOTOR.js
blob: f5f29a3ff4989828a9a07c7f8884d7edbd79ff0a (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/Electrical/MOTOR.sci" */
function MOTOR() {
MOTOR.prototype.get = function MOTOR() {
}
MOTOR.prototype.set = function MOTOR() {
x=arg1;
}
MOTOR.prototype.define = function MOTOR() {
model=scicos_model();
model.out=[1,1];
model.in=[1];
model.sim="motor";
model.blocktype="c";
model.dep_ut=[true,None];
gr_i=[];
exprs="";
x=standard_define([2,2],model,exprs,gr_i);
x.graphics.out_implicit=["I","I"];
x.graphics.in_implicit=["I"];
}
MOTOR.prototype.details = function MOTOR() {
}
}