summaryrefslogtreecommitdiff
path: root/js/Electrical/Ground.js
blob: 988e612d7f5f2daf019bd116ac7ecd27ead483f2 (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
27
/* autogenerated from "macros/Electrical/Ground.sci" */
function Ground() {
    Ground.prototype.define = function Ground() {
model=scicos_model();
model.in1=[1];
model.out=[];
model.sim="Ground";
model.blocktype="c";
model.dep_ut=[true,false];
mo=modelica();
mo.model="Ground";
mo.inputs="p";
model.equations=mo;
exprs="";
gr_i=[];
x=standard_define([1,1],model,exprs,list(gr_i,0));
x.graphics.in_implicit=["I"];
x.graphics.out_implicit=["I"];
    }
    Ground.prototype.details = function Ground() {
    }
    Ground.prototype.get = function Ground() {
    }
    Ground.prototype.set = function Ground() {
x=arg1;
    }
}