summaryrefslogtreecommitdiff
path: root/js/Branching/ISELECT_m.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Branching/ISELECT_m.js')
-rw-r--r--js/Branching/ISELECT_m.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/Branching/ISELECT_m.js b/js/Branching/ISELECT_m.js
index 79160d88..be6715a6 100644
--- a/js/Branching/ISELECT_m.js
+++ b/js/Branching/ISELECT_m.js
@@ -29,6 +29,12 @@ function ISELECT_m() {
return this.x;
}
ISELECT_m.prototype.get = function ISELECT_m() {
+ var options = {
+ typ:["Datatype(1= real double 2=Complex 3=int32 ...)",this.typ],
+ nout:["number of outputs",this.nout],
+ z0:["initial connected output",this.z0],
+ }
+ return options;
}
ISELECT_m.prototype.set = function ISELECT_m() {
this.typ = parseFloat((arguments[0]["typ"]))