diff options
Diffstat (limited to 'js/Sinks')
-rw-r--r-- | js/Sinks/CANIMXY.js | 4 | ||||
-rw-r--r-- | js/Sinks/CANIMXY3D.js | 16 | ||||
-rw-r--r-- | js/Sinks/CEVENTSCOPE.js | 6 | ||||
-rw-r--r-- | js/Sinks/CFSCOPE.js | 6 | ||||
-rw-r--r-- | js/Sinks/CMSCOPE.js | 14 | ||||
-rw-r--r-- | js/Sinks/CSCOPE.js | 6 | ||||
-rw-r--r-- | js/Sinks/CSCOPXY.js | 4 | ||||
-rw-r--r-- | js/Sinks/CSCOPXY3D.js | 16 |
8 files changed, 36 insertions, 36 deletions
diff --git a/js/Sinks/CANIMXY.js b/js/Sinks/CANIMXY.js index 3502c2e9..79d741a3 100644 --- a/js/Sinks/CANIMXY.js +++ b/js/Sinks/CANIMXY.js @@ -37,8 +37,8 @@ function CANIMXY() { clrs:["color (>0) or mark (<0)",this.clrs], siz:["line or mark size",this.siz], win:["Output window number (-1 for automatic)",this.win], - wpos:["Output window position",this.wpos], - wdim:["Output window sizes",this.wdim], + wpos:["Output window position",this.wpos.toString().replace(/,/g," ")], + wdim:["Output window sizes",this.wdim.toString().replace(/,/g," ")], xmin:["Xmin",this.xmin], xmax:["Xmax",this.xmax], ymin:["Ymin",this.ymin], diff --git a/js/Sinks/CANIMXY3D.js b/js/Sinks/CANIMXY3D.js index a68ddeb6..ba90c709 100644 --- a/js/Sinks/CANIMXY3D.js +++ b/js/Sinks/CANIMXY3D.js @@ -34,15 +34,15 @@ function CANIMXY3D() { CANIMXY3D.prototype.get = function CANIMXY3D() { var options = { nbr_curves:["Number of curves",this.nbr_curves], - clrs:["color (>0) or mark (<0)",this.clrs], - siz:["line or mark size",this.siz], + clrs:["color (>0) or mark (<0)",this.clrs.toString().replace(/,/g," ")], + siz:["line or mark size",this.siz.toString().replace(/,/g," ")], win:["Output window number (-1 for automatic)",this.win], - wpos:["Output window position",this.wpos], - wdim:["Output window sizes",this.wdim], - vec_x:["Xmin and Xmax",this.vec_x], - vec_y:["Ymin and Ymax",this.vec_y], - vec_z:["Zmin and Zmax",this.vec_z], - param3ds:["Alpha and Theta",this.param3ds], + wpos:["Output window position",this.wpos.toString().replace(/,/g," ")], + wdim:["Output window sizes",this.wdim.toString().replace(/,/g," ")], + vec_x:["Xmin and Xmax",this.vec_x.toString().replace(/,/g," ")], + vec_y:["Ymin and Ymax",this.vec_y.toString().replace(/,/g," ")], + vec_z:["Zmin and Zmax",this.vec_z.toString().replace(/,/g," ")], + param3ds:["Alpha and Theta",this.param3ds.toString().replace(/,/g," ")], N:["Buffer size",this.N], } return options; diff --git a/js/Sinks/CEVENTSCOPE.js b/js/Sinks/CEVENTSCOPE.js index c69e296c..9dcd508f 100644 --- a/js/Sinks/CEVENTSCOPE.js +++ b/js/Sinks/CEVENTSCOPE.js @@ -25,10 +25,10 @@ function CEVENTSCOPE() { CEVENTSCOPE.prototype.get = function CEVENTSCOPE() { var options = { nclock:["Number of event inputs",this.nclock], - clrs:["colors c (>0) or mark (<0)",this.clrs], + clrs:["colors c (>0) or mark (<0)",this.clrs.toString().replace(/,/g," ")], win:["Output window number (-1 for automatic)",this.win], - wpos:["Output window position",this.wpos], - wdim:["Output window sizes",this.wdim], + wpos:["Output window position",this.wpos.toString().replace(/,/g," ")], + wdim:["Output window sizes",this.wdim.toString().replace(/,/g," ")], per:["Refresh period",this.per], } return options; diff --git a/js/Sinks/CFSCOPE.js b/js/Sinks/CFSCOPE.js index b20b44d9..d30e6601 100644 --- a/js/Sinks/CFSCOPE.js +++ b/js/Sinks/CFSCOPE.js @@ -26,10 +26,10 @@ function CFSCOPE() { } CFSCOPE.prototype.get = function CFSCOPE() { var options = { - clrs:["Color (>0) or mark (<0) vector (8 entries)",this.clrs], + clrs:["Color (>0) or mark (<0) vector (8 entries)",this.clrs.toString().replace(/,/g," ")], win:["Output window number (-1 for automatic)",this.win], - wpos:["Output window position",this.wpos], - wdim:["Output window sizes",this.wdim], + wpos:["Output window position",this.wpos.toString().replace(/,/g," ")], + wdim:["Output window sizes",this.wdim.toString().replace(/,/g," ")], ymin:["Ymin",this.ymin], ymax:["Ymax",this.ymax], per:["Refresh period",this.per], diff --git a/js/Sinks/CMSCOPE.js b/js/Sinks/CMSCOPE.js index d005be05..f3115496 100644 --- a/js/Sinks/CMSCOPE.js +++ b/js/Sinks/CMSCOPE.js @@ -32,14 +32,14 @@ function CMSCOPE() { } CMSCOPE.prototype.get = function CMSCOPE() { var options = { - in1:["Input ports sizes",this.in1], - clrs:["Drawing colors (>0) or mark (<0)",this.clrs], + in1:["Input ports sizes",this.in1.toString().replace(/,/g," ")], + clrs:["Drawing colors (>0) or mark (<0)",this.clrs.toString().replace(/,/g," ")], win:["Output window number (-1 for automatic)",this.win], - wpos:["Output window position",this.wpos], - wdim:["Output window sizes",this.wdim], - ymin:["Ymin vector",this.ymin], - ymax:["Ymax vector",this.ymax], - per:["Refresh period",this.per], + wpos:["Output window position",this.wpos.toString().replace(/,/g," ")], + wdim:["Output window sizes",this.wdim.toString().replace(/,/g," ")], + ymin:["Ymin vector",this.ymin.toString().replace(/,/g," ")], + ymax:["Ymax vector",this.ymax.toString().replace(/,/g," ")], + per:["Refresh period",this.per.toString().replace(/,/g," ")], N:["Buffer size",this.N], heritance:["Accept herited events 0/1",this.heritance], nom:["Name of Scope (label&Id)",this.nom], diff --git a/js/Sinks/CSCOPE.js b/js/Sinks/CSCOPE.js index 82bd20c3..43549e3b 100644 --- a/js/Sinks/CSCOPE.js +++ b/js/Sinks/CSCOPE.js @@ -28,10 +28,10 @@ function CSCOPE() { } CSCOPE.prototype.get = function CSCOPE() { var options = { - clrs:["Color (>0) or mark (<0) vector (8 entries)",this.clrs], + clrs:["Color (>0) or mark (<0) vector (8 entries)",this.clrs.toString().replace(/,/g," ")], win:["Output window number (-1 for automatic)",this.win], - wpos:["Output window position",this.wpos], - wdim:["Output window sizes",this.wdim], + wpos:["Output window position",this.wpos.toString().replace(/,/g," ")], + wdim:["Output window sizes",this.wdim.toString().replace(/,/g," ")], ymin:["Ymin",this.ymin], ymax:["Ymax",this.ymax], per:["Refresh period",this.per], diff --git a/js/Sinks/CSCOPXY.js b/js/Sinks/CSCOPXY.js index e07d4078..2c7d2606 100644 --- a/js/Sinks/CSCOPXY.js +++ b/js/Sinks/CSCOPXY.js @@ -36,8 +36,8 @@ function CSCOPXY() { clrs:["color (>0) or mark (<0)",this.clrs], siz:["line or mark size",this.siz], win:["Output window number (-1 for automatic)",this.win], - wpos:["Output window position",this.wpos], - wdim:["Output window sizes",this.wdim], + wpos:["Output window position",this.wpos.toString().replace(/,/g," ")], + wdim:["Output window sizes",this.wdim.toString().replace(/,/g," ")], xmin:["Xmin",this.xmin], xmax:["Xmax",this.xmax], ymin:["Ymin",this.ymin], diff --git a/js/Sinks/CSCOPXY3D.js b/js/Sinks/CSCOPXY3D.js index f24d67cb..7f8075d7 100644 --- a/js/Sinks/CSCOPXY3D.js +++ b/js/Sinks/CSCOPXY3D.js @@ -33,15 +33,15 @@ function CSCOPXY3D() { CSCOPXY3D.prototype.get = function CSCOPXY3D() { var options = { nbr_curves:["Number of curves",this.nbr_curves], - clrs:["color (>0) or mark (<0)",this.clrs], - siz:["Line or Mark Size",this.siz], + clrs:["color (>0) or mark (<0)",this.clrs.toString().replace(/,/g," ")], + siz:["Line or Mark Size",this.siz.toString().replace(/,/g," ")], win:["Output window number (-1 for automatic)",this.win], - wpos:["Output window position",this.wpos], - wdim:["Output window sizes",this.wdim], - vec_x:["Xmin and Xmax",this.vec_x], - vec_y:["Ymin and Ymax",this.vec_y], - vec_z:["Zmin and Zmax",this.vec_z], - param3ds:["Alpha and Theta",this.param3ds], + wpos:["Output window position",this.wpos.toString().replace(/,/g," ")], + wdim:["Output window sizes",this.wdim.toString().replace(/,/g," ")], + vec_x:["Xmin and Xmax",this.vec_x.toString().replace(/,/g," ")], + vec_y:["Ymin and Ymax",this.vec_y.toString().replace(/,/g," ")], + vec_z:["Zmin and Zmax",this.vec_z.toString().replace(/,/g," ")], + param3ds:["Alpha and Theta",this.param3ds.toString().replace(/,/g," ")], N:["Buffer size",this.N], } return options; |