summaryrefslogtreecommitdiff
path: root/js/Branching/ESELECT_f.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/ESELECT_f.js')
-rw-r--r--js/Branching/ESELECT_f.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/Branching/ESELECT_f.js b/js/Branching/ESELECT_f.js
index b14cfccf..85c98ad4 100644
--- a/js/Branching/ESELECT_f.js
+++ b/js/Branching/ESELECT_f.js
@@ -23,6 +23,12 @@ function ESELECT_f() {
return this.x;
}
ESELECT_f.prototype.get = function ESELECT_f() {
+ var options = {
+ out:["number of output event ports",this.out],
+ inh:["Inherit (1: no, 0: yes)",this.inh],
+ nmod:["zero-crossing (0: no, 1: yes)",this.nmod],
+ }
+ return options;
}
ESELECT_f.prototype.set = function ESELECT_f() {
this.out = parseFloat((arguments[0]["out"]))