summaryrefslogtreecommitdiff
path: root/js/Misc/HYSTHERESIS.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Misc/HYSTHERESIS.js')
-rw-r--r--js/Misc/HYSTHERESIS.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/Misc/HYSTHERESIS.js b/js/Misc/HYSTHERESIS.js
index 39991fb6..246ce23c 100644
--- a/js/Misc/HYSTHERESIS.js
+++ b/js/Misc/HYSTHERESIS.js
@@ -25,6 +25,11 @@ function HYSTHERESIS() {
HYSTHERESIS.prototype.get = function HYSTHERESIS() {
}
HYSTHERESIS.prototype.set = function HYSTHERESIS() {
+ this.high_lim = parseFloat((arguments[0]["high_lim"]))
+ this.low_lim = parseFloat((arguments[0]["low_lim"]))
+ this.out_high = parseFloat((arguments[0]["out_high"]))
+ this.out_low = parseFloat((arguments[0]["out_low"]))
+ this.nzz = parseFloat((arguments[0]["nzz"]))
this.x = arg1;
graphics = arg1.graphics;
exprs = graphics.exprs;