/* autogenerated from "macros/Electrical/Ground.sci" */ function Ground() { Ground.prototype.define = function Ground() { this.model = scicos_model(); this.model.in1 = [1]; this.model.out = []; this.model.sim = new ScilabString("Ground"); this.model.blocktype = new ScilabString("c"); this.model.dep_ut = [true,false]; mo = modelica(); mo.model = "Ground"; mo.inputs = "p"; this.model.equations = new ScilabDouble(mo); exprs = ""; gr_i = []; this.x = standard_define([1,1],this.model,exprs,list(gr_i,0)); this.x.graphics.in_implicit = ["I"]; this.x.graphics.out_implicit = ["I"]; return new GroundBlock(this.x); } Ground.prototype.details = function Ground() { return this.x; } Ground.prototype.get = function Ground() { var options = { } return options; } Ground.prototype.set = function Ground() { this.x = arg1; return new GroundBlock(this.x); } }