/* autogenerated from "macros/Electrical/MOTOR.sci" */ function MOTOR() { MOTOR.prototype.define = function MOTOR() { model = scicos_model(); model.out = [[1],[1]]; model.in1 = [1]; model.sim = "motor"; model.blocktype = "c"; model.dep_ut = [true,false]; 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() { } MOTOR.prototype.get = function MOTOR() { } MOTOR.prototype.set = function MOTOR() { x = arg1; } }