diff options
Diffstat (limited to 'js/Misc/RELATIONALOP.js')
-rw-r--r-- | js/Misc/RELATIONALOP.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/Misc/RELATIONALOP.js b/js/Misc/RELATIONALOP.js index 2d8fbe24..588397bb 100644 --- a/js/Misc/RELATIONALOP.js +++ b/js/Misc/RELATIONALOP.js @@ -20,6 +20,12 @@ function RELATIONALOP() { return this.x; } RELATIONALOP.prototype.get = function RELATIONALOP() { + var options = { + rule:["Operator: == (0), ~= (1), < (2), <= (3), > (4), >= (5)",this.rule], + zcr:["Use zero crossing (no: 0), (yes: 1)",this.zcr], + Datatype:["Datatype (1=double 3=int32 ...)",this.Datatype], + } + return options; } RELATIONALOP.prototype.set = function RELATIONALOP() { this.rule = parseFloat((arguments[0]["rule"])) |