From f389f174481df676c841ebcc87a7b8b313921bbc Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Mon, 17 Sep 2018 16:11:31 +0530 Subject: add importset and getContainer to combined.js --- js/Sources/GENSQR_f.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'js/Sources/GENSQR_f.js') diff --git a/js/Sources/GENSQR_f.js b/js/Sources/GENSQR_f.js index a72bbfd2..0ddba7b2 100644 --- a/js/Sources/GENSQR_f.js +++ b/js/Sources/GENSQR_f.js @@ -55,4 +55,10 @@ function GENSQR_f() { GENSQR_f.prototype.get_popup_title = function GENSQR_f() { return this.set_param_popup_title; } + GENSQR_f.prototype.importset = function GENSQR_f() { + var graphics = this.x.graphics; + var ary = getData(graphics.exprs); + this.Amplitude = ary[0]; + } + GENSQR_f.prototype.getContainer = function GENSQR_f() { return new BasicBlock(this.x); } } -- cgit