From 5ea6bd919623bb0dd58f235329b985b2bb6cb4ba Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 2 Jul 2018 20:21:14 +0530 Subject: add set block --- js/IntegerOp/EXTRACTBITS.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/IntegerOp/EXTRACTBITS.js') diff --git a/js/IntegerOp/EXTRACTBITS.js b/js/IntegerOp/EXTRACTBITS.js index 3b820860..d691751c 100644 --- a/js/IntegerOp/EXTRACTBITS.js +++ b/js/IntegerOp/EXTRACTBITS.js @@ -24,6 +24,10 @@ function EXTRACTBITS() { EXTRACTBITS.prototype.get = function EXTRACTBITS() { } EXTRACTBITS.prototype.set = function EXTRACTBITS() { + this.Datatype = parseFloat((arguments[0]["Datatype"])) + this.rule = parseFloat((arguments[0]["rule"])) + this.bit = parseFloat((arguments[0]["bit"])) + this.scal = parseFloat((arguments[0]["scal"])) this.x = arg1; graphics = arg1.graphics; exprs = graphics.exprs; -- cgit