diff options
Diffstat (limited to 'js/Branching/SELECT_m.js')
-rw-r--r-- | js/Branching/SELECT_m.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/Branching/SELECT_m.js b/js/Branching/SELECT_m.js index 0e804219..142aa8b0 100644 --- a/js/Branching/SELECT_m.js +++ b/js/Branching/SELECT_m.js @@ -29,6 +29,12 @@ function SELECT_m() { return this.x; } SELECT_m.prototype.get = function SELECT_m() { + var options = { + typ:["Datatype(1= real double 2=Complex 3=int32 ..)",this.typ], + nin:["number of inputs",this.nin], + z0:["initial connected input",this.z0], + } + return options; } SELECT_m.prototype.set = function SELECT_m() { this.typ = parseFloat((arguments[0]["typ"])) |