/* autogenerated from "macros/Sources/Ground_g.sci" */ function Ground_g() { Ground_g.prototype.define = function Ground_g() { C = [0]; this.model = scicos_model(); this.model.sim = list(new ScilabString(["cstblk4_m"]), new ScilabDouble([4])); this.model.in1 = []; this.model.out = new ScilabDouble([1]); this.model.in2 = []; this.model.out2 = new ScilabDouble([1]); this.model.outtyp = new ScilabDouble([-1]); this.model.rpar = []; this.model.opar = list(C); this.model.blocktype = new ScilabString(["d"]); this.model.dep_ut = [false,false]; exprs = []; gr_i = []; this.x = standard_define([2,2],this.model,exprs,gr_i); return new BasicBlock(this.x); } Ground_g.prototype.details = function Ground_g() { return this.x; } Ground_g.prototype.get = function Ground_g() { var options = { } return options; } Ground_g.prototype.set = function Ground_g() { this.x = arg1; return new BasicBlock(this.x); } }