diff options
Diffstat (limited to 'js/Branching/ISELECT_f.js')
-rw-r--r-- | js/Branching/ISELECT_f.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Branching/ISELECT_f.js b/js/Branching/ISELECT_f.js index 75f6e8ab..4f4a796a 100644 --- a/js/Branching/ISELECT_f.js +++ b/js/Branching/ISELECT_f.js @@ -21,6 +21,11 @@ function ISELECT_f() { return this.x; } ISELECT_f.prototype.get = function ISELECT_f() { + var options = { + nout:["number of outputs",this.nout], + z0:["initial connected output",this.z0], + } + return options; } ISELECT_f.prototype.set = function ISELECT_f() { this.nout = parseFloat((arguments[0]["nout"])) |