diff options
Diffstat (limited to 'js')
273 files changed, 1092 insertions, 0 deletions
diff --git a/js/Branching/CLKFROM.js b/js/Branching/CLKFROM.js index 017fff42..8672f57c 100644 --- a/js/Branching/CLKFROM.js +++ b/js/Branching/CLKFROM.js @@ -45,4 +45,8 @@ function CLKFROM() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + CLKFROM.prototype.get_popup_title = function CLKFROM() { + var set_param_popup_title = "Set block parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/CLKGOTO.js b/js/Branching/CLKGOTO.js index 77cb9d81..71c77522 100644 --- a/js/Branching/CLKGOTO.js +++ b/js/Branching/CLKGOTO.js @@ -57,4 +57,8 @@ function CLKGOTO() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + CLKGOTO.prototype.get_popup_title = function CLKGOTO() { + var set_param_popup_title = "Set block parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/CLKGotoTagVisibility.js b/js/Branching/CLKGotoTagVisibility.js index 8060884f..9846b14c 100644 --- a/js/Branching/CLKGotoTagVisibility.js +++ b/js/Branching/CLKGotoTagVisibility.js @@ -51,4 +51,8 @@ function CLKGotoTagVisibility() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + CLKGotoTagVisibility.prototype.get_popup_title = function CLKGotoTagVisibility() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/DEMUX.js b/js/Branching/DEMUX.js index 5b2875a2..af0dd082 100644 --- a/js/Branching/DEMUX.js +++ b/js/Branching/DEMUX.js @@ -73,4 +73,8 @@ function DEMUX() { } return new BasicBlock(this.x); } + DEMUX.prototype.get_popup_title = function DEMUX() { + var set_param_popup_title = "Set DEMUX block parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/DEMUX_f.js b/js/Branching/DEMUX_f.js index e4ac576e..659f4143 100644 --- a/js/Branching/DEMUX_f.js +++ b/js/Branching/DEMUX_f.js @@ -73,4 +73,8 @@ function DEMUX_f() { } return new BasicBlock(this.x); } + DEMUX_f.prototype.get_popup_title = function DEMUX_f() { + var set_param_popup_title = "Set DEMUX block parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/ESELECT_f.js b/js/Branching/ESELECT_f.js index b3ae4889..7b3cb9bf 100644 --- a/js/Branching/ESELECT_f.js +++ b/js/Branching/ESELECT_f.js @@ -77,4 +77,8 @@ function ESELECT_f() { } return new BasicBlock(this.x); } + ESELECT_f.prototype.get_popup_title = function ESELECT_f() { + var set_param_popup_title = "Set ESELECT block parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/EXTRACTOR.js b/js/Branching/EXTRACTOR.js index 072f316b..de2d1105 100644 --- a/js/Branching/EXTRACTOR.js +++ b/js/Branching/EXTRACTOR.js @@ -47,4 +47,8 @@ function EXTRACTOR() { } return new BasicBlock(this.x); } + EXTRACTOR.prototype.get_popup_title = function EXTRACTOR() { + var set_param_popup_title = "Set block parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/FROM.js b/js/Branching/FROM.js index 956f778e..efe7cf08 100644 --- a/js/Branching/FROM.js +++ b/js/Branching/FROM.js @@ -51,4 +51,8 @@ function FROM() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + FROM.prototype.get_popup_title = function FROM() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/FROMMO.js b/js/Branching/FROMMO.js index e4dc0406..a05b83d3 100644 --- a/js/Branching/FROMMO.js +++ b/js/Branching/FROMMO.js @@ -54,4 +54,8 @@ function FROMMO() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + FROMMO.prototype.get_popup_title = function FROMMO() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/GOTO.js b/js/Branching/GOTO.js index fc85e462..88fbc865 100644 --- a/js/Branching/GOTO.js +++ b/js/Branching/GOTO.js @@ -60,4 +60,8 @@ function GOTO() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + GOTO.prototype.get_popup_title = function GOTO() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/GOTOMO.js b/js/Branching/GOTOMO.js index 61e8134b..3383998c 100644 --- a/js/Branching/GOTOMO.js +++ b/js/Branching/GOTOMO.js @@ -63,4 +63,8 @@ function GOTOMO() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + GOTOMO.prototype.get_popup_title = function GOTOMO() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/GotoTagVisibility.js b/js/Branching/GotoTagVisibility.js index 42d55824..18f12586 100644 --- a/js/Branching/GotoTagVisibility.js +++ b/js/Branching/GotoTagVisibility.js @@ -51,4 +51,8 @@ function GotoTagVisibility() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + GotoTagVisibility.prototype.get_popup_title = function GotoTagVisibility() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/GotoTagVisibilityMO.js b/js/Branching/GotoTagVisibilityMO.js index 76183059..0a63d3e2 100644 --- a/js/Branching/GotoTagVisibilityMO.js +++ b/js/Branching/GotoTagVisibilityMO.js @@ -51,4 +51,8 @@ function GotoTagVisibilityMO() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + GotoTagVisibilityMO.prototype.get_popup_title = function GotoTagVisibilityMO() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/ISELECT_f.js b/js/Branching/ISELECT_f.js index a60340e8..10b98fcb 100644 --- a/js/Branching/ISELECT_f.js +++ b/js/Branching/ISELECT_f.js @@ -55,4 +55,8 @@ function ISELECT_f() { } return new BasicBlock(this.x); } + ISELECT_f.prototype.get_popup_title = function ISELECT_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/ISELECT_m.js b/js/Branching/ISELECT_m.js index da6ac5b0..8f95730c 100644 --- a/js/Branching/ISELECT_m.js +++ b/js/Branching/ISELECT_m.js @@ -75,4 +75,8 @@ function ISELECT_m() { } return new BasicBlock(this.x); } + ISELECT_m.prototype.get_popup_title = function ISELECT_m() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/MUX.js b/js/Branching/MUX.js index 68a38789..938bc70b 100644 --- a/js/Branching/MUX.js +++ b/js/Branching/MUX.js @@ -72,4 +72,8 @@ function MUX() { } return new BasicBlock(this.x); } + MUX.prototype.get_popup_title = function MUX() { + var set_param_popup_title = "Set MUX block parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/MUX_f.js b/js/Branching/MUX_f.js index 8cdc3ca4..bb6c312f 100644 --- a/js/Branching/MUX_f.js +++ b/js/Branching/MUX_f.js @@ -72,4 +72,8 @@ function MUX_f() { } return new BasicBlock(this.x); } + MUX_f.prototype.get_popup_title = function MUX_f() { + var set_param_popup_title = "Set MUX block parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/M_SWITCH.js b/js/Branching/M_SWITCH.js index a782d0a9..d7551a94 100644 --- a/js/Branching/M_SWITCH.js +++ b/js/Branching/M_SWITCH.js @@ -75,4 +75,8 @@ function M_SWITCH() { } return new BasicBlock(this.x); } + M_SWITCH.prototype.get_popup_title = function M_SWITCH() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/NRMSOM_f.js b/js/Branching/NRMSOM_f.js index 31bb7df9..df96b3e3 100644 --- a/js/Branching/NRMSOM_f.js +++ b/js/Branching/NRMSOM_f.js @@ -44,4 +44,8 @@ function NRMSOM_f() { } return new BasicBlock(this.x); } + NRMSOM_f.prototype.get_popup_title = function NRMSOM_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/RELAY_f.js b/js/Branching/RELAY_f.js index 37c42f29..53da84a6 100644 --- a/js/Branching/RELAY_f.js +++ b/js/Branching/RELAY_f.js @@ -57,4 +57,8 @@ function RELAY_f() { } return new BasicBlock(this.x); } + RELAY_f.prototype.get_popup_title = function RELAY_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/SCALAR2VECTOR.js b/js/Branching/SCALAR2VECTOR.js index e4394a24..e6c2adec 100644 --- a/js/Branching/SCALAR2VECTOR.js +++ b/js/Branching/SCALAR2VECTOR.js @@ -51,4 +51,8 @@ function SCALAR2VECTOR() { } return new BasicBlock(this.x); } + SCALAR2VECTOR.prototype.get_popup_title = function SCALAR2VECTOR() { + var set_param_popup_title = "Set block parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/SELECT_f.js b/js/Branching/SELECT_f.js index 202df7e4..d37b3d87 100644 --- a/js/Branching/SELECT_f.js +++ b/js/Branching/SELECT_f.js @@ -55,4 +55,8 @@ function SELECT_f() { } return new BasicBlock(this.x); } + SELECT_f.prototype.get_popup_title = function SELECT_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/SELECT_m.js b/js/Branching/SELECT_m.js index bf017884..89f4f6c5 100644 --- a/js/Branching/SELECT_m.js +++ b/js/Branching/SELECT_m.js @@ -75,4 +75,8 @@ function SELECT_m() { } return new BasicBlock(this.x); } + SELECT_m.prototype.get_popup_title = function SELECT_m() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/SELF_SWITCH.js b/js/Branching/SELF_SWITCH.js index 0fb28e7d..dd3697a0 100644 --- a/js/Branching/SELF_SWITCH.js +++ b/js/Branching/SELF_SWITCH.js @@ -41,4 +41,8 @@ function SELF_SWITCH() { } return new BasicBlock(this.x); } + SELF_SWITCH.prototype.get_popup_title = function SELF_SWITCH() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/SWITCH2.js b/js/Branching/SWITCH2.js index afa83e4c..4e733b8a 100644 --- a/js/Branching/SWITCH2.js +++ b/js/Branching/SWITCH2.js @@ -64,4 +64,8 @@ function SWITCH2() { } return new BasicBlock(this.x); } + SWITCH2.prototype.get_popup_title = function SWITCH2() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/SWITCH2_m.js b/js/Branching/SWITCH2_m.js index 5f8aca10..dca3e720 100644 --- a/js/Branching/SWITCH2_m.js +++ b/js/Branching/SWITCH2_m.js @@ -87,4 +87,8 @@ function SWITCH2_m() { } return new BasicBlock(this.x); } + SWITCH2_m.prototype.get_popup_title = function SWITCH2_m() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Branching/SWITCH_f.js b/js/Branching/SWITCH_f.js index 654afc01..dd49b8c9 100644 --- a/js/Branching/SWITCH_f.js +++ b/js/Branching/SWITCH_f.js @@ -56,4 +56,8 @@ function SWITCH_f() { } return new BasicBlock(this.x); } + SWITCH_f.prototype.get_popup_title = function SWITCH_f() { + var set_param_popup_title = "Set switch parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/CCS.js b/js/Electrical/CCS.js index 6cad5711..19deb542 100644 --- a/js/Electrical/CCS.js +++ b/js/Electrical/CCS.js @@ -59,4 +59,8 @@ function CCS() { var exprs = this.graphics.exprs; return new BasicBlock(this.x); } + CCS.prototype.get_popup_title = function CCS() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/CVS.js b/js/Electrical/CVS.js index 8e535c69..6e1767c3 100644 --- a/js/Electrical/CVS.js +++ b/js/Electrical/CVS.js @@ -59,4 +59,8 @@ function CVS() { var exprs = this.graphics.exprs; return new BasicBlock(this.x); } + CVS.prototype.get_popup_title = function CVS() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/Capacitor.js b/js/Electrical/Capacitor.js index 2344fab7..3ed863b5 100644 --- a/js/Electrical/Capacitor.js +++ b/js/Electrical/Capacitor.js @@ -51,4 +51,8 @@ function Capacitor() { } return new BasicBlock(this.x); } + Capacitor.prototype.get_popup_title = function Capacitor() { + var set_param_popup_title = "Set Capacitor block parameter"; + return set_param_popup_title; + } } diff --git a/js/Electrical/ConstantVoltage.js b/js/Electrical/ConstantVoltage.js index 86be0b91..5d01e389 100644 --- a/js/Electrical/ConstantVoltage.js +++ b/js/Electrical/ConstantVoltage.js @@ -48,4 +48,8 @@ function ConstantVoltage() { } return new BasicBlock(this.x); } + ConstantVoltage.prototype.get_popup_title = function ConstantVoltage() { + var set_param_popup_title = "Set ConstantVoltage block parameter"; + return set_param_popup_title; + } } diff --git a/js/Electrical/CurrentSensor.js b/js/Electrical/CurrentSensor.js index 0c16c782..1f63e923 100644 --- a/js/Electrical/CurrentSensor.js +++ b/js/Electrical/CurrentSensor.js @@ -28,4 +28,8 @@ function CurrentSensor() { CurrentSensor.prototype.set = function CurrentSensor() { return new BasicBlock(this.x); } + CurrentSensor.prototype.get_popup_title = function CurrentSensor() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/Diode.js b/js/Electrical/Diode.js index 36080edd..6e2bb7b1 100644 --- a/js/Electrical/Diode.js +++ b/js/Electrical/Diode.js @@ -57,4 +57,8 @@ function Diode() { } return new BasicBlock(this.x); } + Diode.prototype.get_popup_title = function Diode() { + var set_param_popup_title = "Set Diode block parameter"; + return set_param_popup_title; + } } diff --git a/js/Electrical/Ground.js b/js/Electrical/Ground.js index 492e4b7f..6422b54e 100644 --- a/js/Electrical/Ground.js +++ b/js/Electrical/Ground.js @@ -27,4 +27,8 @@ function Ground() { Ground.prototype.set = function Ground() { return new GroundBlock(this.x); } + Ground.prototype.get_popup_title = function Ground() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/Gyrator.js b/js/Electrical/Gyrator.js index e212c6b6..eb1b9948 100644 --- a/js/Electrical/Gyrator.js +++ b/js/Electrical/Gyrator.js @@ -75,4 +75,8 @@ function Gyrator() { } return new BasicBlock(this.x); } + Gyrator.prototype.get_popup_title = function Gyrator() { + var set_param_popup_title = "Set Gyrator block parameters:"; + return set_param_popup_title; + } } diff --git a/js/Electrical/IdealTransformer.js b/js/Electrical/IdealTransformer.js index 4d081dff..2cce2946 100644 --- a/js/Electrical/IdealTransformer.js +++ b/js/Electrical/IdealTransformer.js @@ -73,4 +73,8 @@ function IdealTransformer() { } return new BasicBlock(this.x); } + IdealTransformer.prototype.get_popup_title = function IdealTransformer() { + var set_param_popup_title = "Set Transformer block parameters:"; + return set_param_popup_title; + } } diff --git a/js/Electrical/Inductor.js b/js/Electrical/Inductor.js index f2690705..06af6722 100644 --- a/js/Electrical/Inductor.js +++ b/js/Electrical/Inductor.js @@ -48,4 +48,8 @@ function Inductor() { } return new BasicBlock(this.x); } + Inductor.prototype.get_popup_title = function Inductor() { + var set_param_popup_title = "Set Inductor block parameter"; + return set_param_popup_title; + } } diff --git a/js/Electrical/MOTOR.js b/js/Electrical/MOTOR.js index 3aa96510..85fea4fa 100644 --- a/js/Electrical/MOTOR.js +++ b/js/Electrical/MOTOR.js @@ -23,4 +23,8 @@ function MOTOR() { MOTOR.prototype.set = function MOTOR() { return new BasicBlock(this.x); } + MOTOR.prototype.get_popup_title = function MOTOR() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/NMOS.js b/js/Electrical/NMOS.js index c6d59869..e0e6e9b6 100644 --- a/js/Electrical/NMOS.js +++ b/js/Electrical/NMOS.js @@ -70,4 +70,8 @@ function NMOS() { } return new BasicBlock(this.x); } + NMOS.prototype.get_popup_title = function NMOS() { + var set_param_popup_title = "Set NMOS Transistor block parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/NPN.js b/js/Electrical/NPN.js index 3cd75e98..3b3a61db 100644 --- a/js/Electrical/NPN.js +++ b/js/Electrical/NPN.js @@ -105,4 +105,8 @@ function NPN() { } return new BasicBlock(this.x); } + NPN.prototype.get_popup_title = function NPN() { + var set_param_popup_title = "Set NPN block parameters:"; + return set_param_popup_title; + } } diff --git a/js/Electrical/OpAmp.js b/js/Electrical/OpAmp.js index 23c00bc2..f00cdbd1 100644 --- a/js/Electrical/OpAmp.js +++ b/js/Electrical/OpAmp.js @@ -52,4 +52,8 @@ function OpAmp() { } return new BasicBlock(this.x); } + OpAmp.prototype.get_popup_title = function OpAmp() { + var set_param_popup_title = "Set the Operational Amplifier parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/PMOS.js b/js/Electrical/PMOS.js index 1737d2a2..ee9c7b03 100644 --- a/js/Electrical/PMOS.js +++ b/js/Electrical/PMOS.js @@ -70,4 +70,8 @@ function PMOS() { } return new BasicBlock(this.x); } + PMOS.prototype.get_popup_title = function PMOS() { + var set_param_popup_title = "Set PMOS Transistor parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/PNP.js b/js/Electrical/PNP.js index 57f66d43..b0390168 100644 --- a/js/Electrical/PNP.js +++ b/js/Electrical/PNP.js @@ -105,4 +105,8 @@ function PNP() { } return new BasicBlock(this.x); } + PNP.prototype.get_popup_title = function PNP() { + var set_param_popup_title = "Set PNP block parameters:"; + return set_param_popup_title; + } } diff --git a/js/Electrical/PotentialSensor.js b/js/Electrical/PotentialSensor.js index 301e60c9..e291c457 100644 --- a/js/Electrical/PotentialSensor.js +++ b/js/Electrical/PotentialSensor.js @@ -28,4 +28,8 @@ function PotentialSensor() { PotentialSensor.prototype.set = function PotentialSensor() { return new BasicBlock(this.x); } + PotentialSensor.prototype.get_popup_title = function PotentialSensor() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/Resistor.js b/js/Electrical/Resistor.js index 5a7e80c9..044e7253 100644 --- a/js/Electrical/Resistor.js +++ b/js/Electrical/Resistor.js @@ -48,4 +48,8 @@ function Resistor() { } return new BasicBlock(this.x); } + Resistor.prototype.get_popup_title = function Resistor() { + var set_param_popup_title = "Set Resistor block parameter"; + return set_param_popup_title; + } } diff --git a/js/Electrical/SineVoltage.js b/js/Electrical/SineVoltage.js index ce87c9ae..ecfed966 100644 --- a/js/Electrical/SineVoltage.js +++ b/js/Electrical/SineVoltage.js @@ -60,4 +60,8 @@ function SineVoltage() { } return new BasicBlock(this.x); } + SineVoltage.prototype.get_popup_title = function SineVoltage() { + var set_param_popup_title = "Set voltage source parameter"; + return set_param_popup_title; + } } diff --git a/js/Electrical/Switch.js b/js/Electrical/Switch.js index 9252c037..a8e8edaf 100644 --- a/js/Electrical/Switch.js +++ b/js/Electrical/Switch.js @@ -52,4 +52,8 @@ function Switch() { } return new BasicBlock(this.x); } + Switch.prototype.get_popup_title = function Switch() { + var set_param_popup_title = "Set non-ideal electrical switch parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/VVsourceAC.js b/js/Electrical/VVsourceAC.js index 6ddeff62..7b75d485 100644 --- a/js/Electrical/VVsourceAC.js +++ b/js/Electrical/VVsourceAC.js @@ -49,4 +49,8 @@ function VVsourceAC() { } return new BasicBlock(this.x); } + VVsourceAC.prototype.get_popup_title = function VVsourceAC() { + var set_param_popup_title = "Set voltage source parameter"; + return set_param_popup_title; + } } diff --git a/js/Electrical/VariableResistor.js b/js/Electrical/VariableResistor.js index 75f36590..1a29fb02 100644 --- a/js/Electrical/VariableResistor.js +++ b/js/Electrical/VariableResistor.js @@ -28,4 +28,8 @@ function VariableResistor() { VariableResistor.prototype.set = function VariableResistor() { return new BasicBlock(this.x); } + VariableResistor.prototype.get_popup_title = function VariableResistor() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/VoltageSensor.js b/js/Electrical/VoltageSensor.js index de661de1..16bc8373 100644 --- a/js/Electrical/VoltageSensor.js +++ b/js/Electrical/VoltageSensor.js @@ -28,4 +28,8 @@ function VoltageSensor() { VoltageSensor.prototype.set = function VoltageSensor() { return new VoltageSensorBlock(this.x); } + VoltageSensor.prototype.get_popup_title = function VoltageSensor() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Electrical/VsourceAC.js b/js/Electrical/VsourceAC.js index b14581f4..9ef55b31 100644 --- a/js/Electrical/VsourceAC.js +++ b/js/Electrical/VsourceAC.js @@ -51,4 +51,8 @@ function VsourceAC() { } return new BasicBlock(this.x); } + VsourceAC.prototype.get_popup_title = function VsourceAC() { + var set_param_popup_title = "Set voltage source parameter"; + return set_param_popup_title; + } } diff --git a/js/Events/ANDBLK.js b/js/Events/ANDBLK.js index a81d87d4..0c205368 100644 --- a/js/Events/ANDBLK.js +++ b/js/Events/ANDBLK.js @@ -76,4 +76,8 @@ function ANDBLK() { ANDBLK.prototype.set = function ANDBLK() { return new BasicBlock(this.x); } + ANDBLK.prototype.get_popup_title = function ANDBLK() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/ANDLOG_f.js b/js/Events/ANDLOG_f.js index 3aeaa30d..8b6e9a76 100644 --- a/js/Events/ANDLOG_f.js +++ b/js/Events/ANDLOG_f.js @@ -21,4 +21,8 @@ function ANDLOG_f() { ANDLOG_f.prototype.set = function ANDLOG_f() { return new BasicBlock(this.x); } + ANDLOG_f.prototype.get_popup_title = function ANDLOG_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/CLKSOMV_f.js b/js/Events/CLKSOMV_f.js index a2ddd4dc..3078020f 100644 --- a/js/Events/CLKSOMV_f.js +++ b/js/Events/CLKSOMV_f.js @@ -21,4 +21,8 @@ function CLKSOMV_f() { CLKSOMV_f.prototype.set = function CLKSOMV_f() { return new RoundBlock(this.x); } + CLKSOMV_f.prototype.get_popup_title = function CLKSOMV_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/CLKSOM_f.js b/js/Events/CLKSOM_f.js index 1b67fd78..7b8c17e6 100644 --- a/js/Events/CLKSOM_f.js +++ b/js/Events/CLKSOM_f.js @@ -21,4 +21,8 @@ function CLKSOM_f() { CLKSOM_f.prototype.set = function CLKSOM_f() { return new BasicBlock(this.x); } + CLKSOM_f.prototype.get_popup_title = function CLKSOM_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/CLKSPLIT_f.js b/js/Events/CLKSPLIT_f.js index 1f12def7..2a561cd1 100644 --- a/js/Events/CLKSPLIT_f.js +++ b/js/Events/CLKSPLIT_f.js @@ -20,4 +20,8 @@ function CLKSPLIT_f() { CLKSPLIT_f.prototype.set = function CLKSPLIT_f() { return new BasicBlock(this.x); } + CLKSPLIT_f.prototype.get_popup_title = function CLKSPLIT_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/END_c.js b/js/Events/END_c.js index 89478703..cc481538 100644 --- a/js/Events/END_c.js +++ b/js/Events/END_c.js @@ -41,4 +41,8 @@ function END_c() { } return new BasicBlock(this.x); } + END_c.prototype.get_popup_title = function END_c() { + var set_param_popup_title = "Set final simulation time"; + return set_param_popup_title; + } } diff --git a/js/Events/EVTDLY_c.js b/js/Events/EVTDLY_c.js index 26e11e47..1c641eef 100644 --- a/js/Events/EVTDLY_c.js +++ b/js/Events/EVTDLY_c.js @@ -51,4 +51,8 @@ function EVTDLY_c() { } return new BasicBlock(this.x); } + EVTDLY_c.prototype.get_popup_title = function EVTDLY_c() { + var set_param_popup_title = "Set Event Delay block parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/EVTDLY_f.js b/js/Events/EVTDLY_f.js index f355fc65..ea09f020 100644 --- a/js/Events/EVTDLY_f.js +++ b/js/Events/EVTDLY_f.js @@ -51,4 +51,8 @@ function EVTDLY_f() { } return new BasicBlock(this.x); } + EVTDLY_f.prototype.get_popup_title = function EVTDLY_f() { + var set_param_popup_title = "Set Event Delay block parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/EVTGEN_f.js b/js/Events/EVTGEN_f.js index d651c74d..2f3a97d3 100644 --- a/js/Events/EVTGEN_f.js +++ b/js/Events/EVTGEN_f.js @@ -40,4 +40,8 @@ function EVTGEN_f() { } return new BasicBlock(this.x); } + EVTGEN_f.prototype.get_popup_title = function EVTGEN_f() { + var set_param_popup_title = "Set Event time"; + return set_param_popup_title; + } } diff --git a/js/Events/EVTVARDLY.js b/js/Events/EVTVARDLY.js index ab7fa3df..f0f23c0c 100644 --- a/js/Events/EVTVARDLY.js +++ b/js/Events/EVTVARDLY.js @@ -40,4 +40,8 @@ function EVTVARDLY() { } return new BasicBlock(this.x); } + EVTVARDLY.prototype.get_popup_title = function EVTVARDLY() { + var set_param_popup_title = "Set parameter of variable event delay"; + return set_param_popup_title; + } } diff --git a/js/Events/HALT_f.js b/js/Events/HALT_f.js index 30073376..eef88685 100644 --- a/js/Events/HALT_f.js +++ b/js/Events/HALT_f.js @@ -41,4 +41,8 @@ function HALT_f() { } return new BasicBlock(this.x); } + HALT_f.prototype.get_popup_title = function HALT_f() { + var set_param_popup_title = "Set Halt block parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/IFTHEL_f.js b/js/Events/IFTHEL_f.js index 50fe5c53..0715a074 100644 --- a/js/Events/IFTHEL_f.js +++ b/js/Events/IFTHEL_f.js @@ -67,4 +67,8 @@ function IFTHEL_f() { } return new BasicBlock(this.x); } + IFTHEL_f.prototype.get_popup_title = function IFTHEL_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/MCLOCK_f.js b/js/Events/MCLOCK_f.js index dfff693a..c3ad99c5 100644 --- a/js/Events/MCLOCK_f.js +++ b/js/Events/MCLOCK_f.js @@ -91,4 +91,8 @@ function MCLOCK_f() { var typ = newpar; return new BasicBlock(this.x); } + MCLOCK_f.prototype.get_popup_title = function MCLOCK_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/MFCLCK_f.js b/js/Events/MFCLCK_f.js index 26f05135..4c1b09bd 100644 --- a/js/Events/MFCLCK_f.js +++ b/js/Events/MFCLCK_f.js @@ -45,4 +45,8 @@ function MFCLCK_f() { } return new BasicBlock(this.x); } + MFCLCK_f.prototype.get_popup_title = function MFCLCK_f() { + var set_param_popup_title = "Set Multifrequency clock parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/M_freq.js b/js/Events/M_freq.js index f240607e..b9a4c9dd 100644 --- a/js/Events/M_freq.js +++ b/js/Events/M_freq.js @@ -82,4 +82,8 @@ function M_freq() { } return new BasicBlock(this.x); } + M_freq.prototype.get_popup_title = function M_freq() { + var set_param_popup_title = "Set block parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/VirtualCLK0.js b/js/Events/VirtualCLK0.js index ba638920..6808468b 100644 --- a/js/Events/VirtualCLK0.js +++ b/js/Events/VirtualCLK0.js @@ -22,4 +22,8 @@ function VirtualCLK0() { VirtualCLK0.prototype.set = function VirtualCLK0() { return new BasicBlock(this.x); } + VirtualCLK0.prototype.get_popup_title = function VirtualCLK0() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Events/freq_div.js b/js/Events/freq_div.js index 66b8a2dd..c082227a 100644 --- a/js/Events/freq_div.js +++ b/js/Events/freq_div.js @@ -200,4 +200,8 @@ function freq_div() { var typ = newpar; return new BasicBlock(this.x); } + freq_div.prototype.get_popup_title = function freq_div() { + var set_param_popup_title = "Set frequency division block parameters"; + return set_param_popup_title; + } } diff --git a/js/Hydraulics/Bache.js b/js/Hydraulics/Bache.js index 132f80eb..9adac48e 100644 --- a/js/Hydraulics/Bache.js +++ b/js/Hydraulics/Bache.js @@ -76,4 +76,8 @@ function Bache() { } return new BasicBlock(this.x); } + Bache.prototype.get_popup_title = function Bache() { + var set_param_popup_title = "Parametres de la bache"; + return set_param_popup_title; + } } diff --git a/js/Hydraulics/Flowmeter.js b/js/Hydraulics/Flowmeter.js index 76c64588..931b00ef 100644 --- a/js/Hydraulics/Flowmeter.js +++ b/js/Hydraulics/Flowmeter.js @@ -73,4 +73,8 @@ function Flowmeter() { } return new BasicBlock(this.x); } + Flowmeter.prototype.get_popup_title = function Flowmeter() { + var set_param_popup_title = "Set Flowmeter block parameters:"; + return set_param_popup_title; + } } diff --git a/js/Hydraulics/PerteDP.js b/js/Hydraulics/PerteDP.js index f7f741bb..0c32d5bd 100644 --- a/js/Hydraulics/PerteDP.js +++ b/js/Hydraulics/PerteDP.js @@ -65,4 +65,8 @@ function PerteDP() { } return new BasicBlock(this.x); } + PerteDP.prototype.get_popup_title = function PerteDP() { + var set_param_popup_title = "Parametres du tuyau"; + return set_param_popup_title; + } } diff --git a/js/Hydraulics/PuitsP.js b/js/Hydraulics/PuitsP.js index 601c2094..1286f4c8 100644 --- a/js/Hydraulics/PuitsP.js +++ b/js/Hydraulics/PuitsP.js @@ -54,4 +54,8 @@ function PuitsP() { } return new BasicBlock(this.x); } + PuitsP.prototype.get_popup_title = function PuitsP() { + var set_param_popup_title = "Paramètres du puits"; + return set_param_popup_title; + } } diff --git a/js/Hydraulics/SourceP.js b/js/Hydraulics/SourceP.js index fa476a33..3ebd4649 100644 --- a/js/Hydraulics/SourceP.js +++ b/js/Hydraulics/SourceP.js @@ -56,4 +56,8 @@ function SourceP() { } return new BasicBlock(this.x); } + SourceP.prototype.get_popup_title = function SourceP() { + var set_param_popup_title = "Paramètres du puits"; + return set_param_popup_title; + } } diff --git a/js/Hydraulics/VanneReglante.js b/js/Hydraulics/VanneReglante.js index e17b69b9..a66b4411 100644 --- a/js/Hydraulics/VanneReglante.js +++ b/js/Hydraulics/VanneReglante.js @@ -53,4 +53,8 @@ function VanneReglante() { } return new BasicBlock(this.x); } + VanneReglante.prototype.get_popup_title = function VanneReglante() { + var set_param_popup_title = "Paramètres de la vanne reglante"; + return set_param_popup_title; + } } diff --git a/js/IntegerOp/BITCLEAR.js b/js/IntegerOp/BITCLEAR.js index bd741b62..0b0e6cff 100644 --- a/js/IntegerOp/BITCLEAR.js +++ b/js/IntegerOp/BITCLEAR.js @@ -93,4 +93,8 @@ function BITCLEAR() { } return new BasicBlock(this.x); } + BITCLEAR.prototype.get_popup_title = function BITCLEAR() { + var set_param_popup_title = msprintf("Set %s block parameters","BITCLEAR"); + return set_param_popup_title; + } } diff --git a/js/IntegerOp/BITSET.js b/js/IntegerOp/BITSET.js index dac0cb40..4a3f42f8 100644 --- a/js/IntegerOp/BITSET.js +++ b/js/IntegerOp/BITSET.js @@ -91,4 +91,8 @@ function BITSET() { } return new BasicBlock(this.x); } + BITSET.prototype.get_popup_title = function BITSET() { + var set_param_popup_title = msprintf("Set %s block parameters","BITSET"); + return set_param_popup_title; + } } diff --git a/js/IntegerOp/CONVERT.js b/js/IntegerOp/CONVERT.js index 6df2a9c6..1b74ea61 100644 --- a/js/IntegerOp/CONVERT.js +++ b/js/IntegerOp/CONVERT.js @@ -379,4 +379,8 @@ function CONVERT() { } return new BasicBlock(this.x); } + CONVERT.prototype.get_popup_title = function CONVERT() { + var set_param_popup_title = msprintf("Set %s block parameters","CONVERT"); + return set_param_popup_title; + } } diff --git a/js/IntegerOp/DFLIPFLOP.js b/js/IntegerOp/DFLIPFLOP.js index 059eb07d..1c17a98f 100644 --- a/js/IntegerOp/DFLIPFLOP.js +++ b/js/IntegerOp/DFLIPFLOP.js @@ -101,4 +101,8 @@ function DFLIPFLOP() { DFLIPFLOP.prototype.set = function DFLIPFLOP() { return new BasicBlock(this.x); } + DFLIPFLOP.prototype.get_popup_title = function DFLIPFLOP() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/IntegerOp/DLATCH.js b/js/IntegerOp/DLATCH.js index b089a1c4..10a1b68a 100644 --- a/js/IntegerOp/DLATCH.js +++ b/js/IntegerOp/DLATCH.js @@ -46,4 +46,8 @@ function DLATCH() { DLATCH.prototype.set = function DLATCH() { return new BasicBlock(this.x); } + DLATCH.prototype.get_popup_title = function DLATCH() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/IntegerOp/EXTRACTBITS.js b/js/IntegerOp/EXTRACTBITS.js index e3bb01e4..89dbf125 100644 --- a/js/IntegerOp/EXTRACTBITS.js +++ b/js/IntegerOp/EXTRACTBITS.js @@ -240,4 +240,8 @@ function EXTRACTBITS() { } return new BasicBlock(this.x); } + EXTRACTBITS.prototype.get_popup_title = function EXTRACTBITS() { + var set_param_popup_title = msprintf("Set %s block parameters","EXTRACTBITS"); + return set_param_popup_title; + } } diff --git a/js/IntegerOp/INTMUL.js b/js/IntegerOp/INTMUL.js index 826e4ea2..ff3fffba 100644 --- a/js/IntegerOp/INTMUL.js +++ b/js/IntegerOp/INTMUL.js @@ -113,4 +113,8 @@ function INTMUL() { } return new BasicBlock(this.x); } + INTMUL.prototype.get_popup_title = function INTMUL() { + var set_param_popup_title = msprintf("Set %s block parameters","INTMUL"); + return set_param_popup_title; + } } diff --git a/js/IntegerOp/JKFLIPFLOP.js b/js/IntegerOp/JKFLIPFLOP.js index 60bc1c12..e6907cc5 100644 --- a/js/IntegerOp/JKFLIPFLOP.js +++ b/js/IntegerOp/JKFLIPFLOP.js @@ -95,4 +95,8 @@ function JKFLIPFLOP() { var typ = newpar; return new BasicBlock(this.x); } + JKFLIPFLOP.prototype.get_popup_title = function JKFLIPFLOP() { + var set_param_popup_title = msprintf("Set %s block parameters","JKFLIPFLOP"); + return set_param_popup_title; + } } diff --git a/js/IntegerOp/LOGIC.js b/js/IntegerOp/LOGIC.js index eaba81ed..c891ef19 100644 --- a/js/IntegerOp/LOGIC.js +++ b/js/IntegerOp/LOGIC.js @@ -73,4 +73,8 @@ function LOGIC() { } return new BasicBlock(this.x); } + LOGIC.prototype.get_popup_title = function LOGIC() { + var set_param_popup_title = msprintf("Set %s block parameters","LOGIC"); + return set_param_popup_title; + } } diff --git a/js/IntegerOp/SHIFT.js b/js/IntegerOp/SHIFT.js index 3a1f1b92..434e8206 100644 --- a/js/IntegerOp/SHIFT.js +++ b/js/IntegerOp/SHIFT.js @@ -130,4 +130,8 @@ function SHIFT() { } return new BasicBlock(this.x); } + SHIFT.prototype.get_popup_title = function SHIFT() { + var set_param_popup_title = msprintf("Set %s block parameters","SHIFT"); + return set_param_popup_title; + } } diff --git a/js/IntegerOp/SRFLIPFLOP.js b/js/IntegerOp/SRFLIPFLOP.js index 6db198f2..5b694318 100644 --- a/js/IntegerOp/SRFLIPFLOP.js +++ b/js/IntegerOp/SRFLIPFLOP.js @@ -79,4 +79,8 @@ function SRFLIPFLOP() { var typ = newpar; return new BasicBlock(this.x); } + SRFLIPFLOP.prototype.get_popup_title = function SRFLIPFLOP() { + var set_param_popup_title = msprintf("Set %s block parameters","SRFLIPFLOP"); + return set_param_popup_title; + } } diff --git a/js/Linear/BIGSOM_f.js b/js/Linear/BIGSOM_f.js index 56f0180a..336de911 100644 --- a/js/Linear/BIGSOM_f.js +++ b/js/Linear/BIGSOM_f.js @@ -46,4 +46,8 @@ function BIGSOM_f() { } return new BigSom(this.x); } + BIGSOM_f.prototype.get_popup_title = function BIGSOM_f() { + var set_param_popup_title = "Set sum block parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/CLINDUMMY_f.js b/js/Linear/CLINDUMMY_f.js index 6ad21810..08889e05 100644 --- a/js/Linear/CLINDUMMY_f.js +++ b/js/Linear/CLINDUMMY_f.js @@ -21,4 +21,8 @@ function CLINDUMMY_f() { CLINDUMMY_f.prototype.set = function CLINDUMMY_f() { return new BasicBlock(this.x); } + CLINDUMMY_f.prototype.get_popup_title = function CLINDUMMY_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/CLR.js b/js/Linear/CLR.js index d321e6cf..76b73cd1 100644 --- a/js/Linear/CLR.js +++ b/js/Linear/CLR.js @@ -84,4 +84,8 @@ function CLR() { } return new BasicBlock(this.x); } + CLR.prototype.get_popup_title = function CLR() { + var set_param_popup_title = "Set continuous SISO transfer parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/CLR_f.js b/js/Linear/CLR_f.js index 93df4407..41205677 100644 --- a/js/Linear/CLR_f.js +++ b/js/Linear/CLR_f.js @@ -84,4 +84,8 @@ function CLR_f() { } return new BasicBlock(this.x); } + CLR_f.prototype.get_popup_title = function CLR_f() { + var set_param_popup_title = "Set continuous SISO transfer parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/CLSS.js b/js/Linear/CLSS.js index fd96652d..71262cdc 100644 --- a/js/Linear/CLSS.js +++ b/js/Linear/CLSS.js @@ -103,4 +103,8 @@ function CLSS() { } return new BasicBlock(this.x); } + CLSS.prototype.get_popup_title = function CLSS() { + var set_param_popup_title = "Set continuous linear system parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/CLSS_f.js b/js/Linear/CLSS_f.js index 9ba6e096..1d5e6543 100644 --- a/js/Linear/CLSS_f.js +++ b/js/Linear/CLSS_f.js @@ -93,4 +93,8 @@ function CLSS_f() { } return new BasicBlock(this.x); } + CLSS_f.prototype.get_popup_title = function CLSS_f() { + var set_param_popup_title = "Set continuous linear system parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/DELAYV_f.js b/js/Linear/DELAYV_f.js index 44c7740d..645b2887 100644 --- a/js/Linear/DELAYV_f.js +++ b/js/Linear/DELAYV_f.js @@ -73,4 +73,8 @@ function DELAYV_f() { } return new BasicBlock(this.x); } + DELAYV_f.prototype.get_popup_title = function DELAYV_f() { + var set_param_popup_title = "Set delay parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/DELAY_f.js b/js/Linear/DELAY_f.js index 9fba30db..db59eeac 100644 --- a/js/Linear/DELAY_f.js +++ b/js/Linear/DELAY_f.js @@ -133,4 +133,8 @@ function DELAY_f() { var typ = newpar; return new BasicBlock(this.x); } + DELAY_f.prototype.get_popup_title = function DELAY_f() { + var set_param_popup_title = "This block implements as a discretized delay"; + return set_param_popup_title; + } } diff --git a/js/Linear/DERIV.js b/js/Linear/DERIV.js index 55cc8833..136a70f5 100644 --- a/js/Linear/DERIV.js +++ b/js/Linear/DERIV.js @@ -21,4 +21,8 @@ function DERIV() { DERIV.prototype.set = function DERIV() { return new BasicBlock(this.x); } + DERIV.prototype.get_popup_title = function DERIV() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/DIFF_c.js b/js/Linear/DIFF_c.js index c57690c2..462cdc76 100644 --- a/js/Linear/DIFF_c.js +++ b/js/Linear/DIFF_c.js @@ -60,4 +60,8 @@ function DIFF_c() { this.x.model.firing = []; return new BasicBlock(this.x); } + DIFF_c.prototype.get_popup_title = function DIFF_c() { + var set_param_popup_title = "Set continuous linear system parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/DLR.js b/js/Linear/DLR.js index 4c37051c..a7ec18ef 100644 --- a/js/Linear/DLR.js +++ b/js/Linear/DLR.js @@ -83,4 +83,8 @@ function DLR() { this.x.model.firing = []; return new BasicBlock(this.x); } + DLR.prototype.get_popup_title = function DLR() { + var set_param_popup_title = "Set discrete SISO transfer parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/DLR_f.js b/js/Linear/DLR_f.js index 353d355d..0a8f345f 100644 --- a/js/Linear/DLR_f.js +++ b/js/Linear/DLR_f.js @@ -83,4 +83,8 @@ function DLR_f() { this.x.model.firing = []; return new BasicBlock(this.x); } + DLR_f.prototype.get_popup_title = function DLR_f() { + var set_param_popup_title = "Set discrete SISO transfer parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/DLSS.js b/js/Linear/DLSS.js index 1cf4bdb0..93f290a7 100644 --- a/js/Linear/DLSS.js +++ b/js/Linear/DLSS.js @@ -102,4 +102,8 @@ function DLSS() { } return new BasicBlock(this.x); } + DLSS.prototype.get_popup_title = function DLSS() { + var set_param_popup_title = "Set discrete linear system parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/DLSS_f.js b/js/Linear/DLSS_f.js index c64892fd..4ed5ded4 100644 --- a/js/Linear/DLSS_f.js +++ b/js/Linear/DLSS_f.js @@ -92,4 +92,8 @@ function DLSS_f() { } return new BasicBlock(this.x); } + DLSS_f.prototype.get_popup_title = function DLSS_f() { + var set_param_popup_title = "Set discrete linear system parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/DOLLAR.js b/js/Linear/DOLLAR.js index 4ee741b9..8ec5cb62 100644 --- a/js/Linear/DOLLAR.js +++ b/js/Linear/DOLLAR.js @@ -98,4 +98,8 @@ function DOLLAR() { } return new BasicBlock(this.x); } + DOLLAR.prototype.get_popup_title = function DOLLAR() { + var set_param_popup_title = "Set 1/z block parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/DOLLAR_f.js b/js/Linear/DOLLAR_f.js index 489b831b..9d779f65 100644 --- a/js/Linear/DOLLAR_f.js +++ b/js/Linear/DOLLAR_f.js @@ -62,4 +62,8 @@ function DOLLAR_f() { } return new BasicBlock(this.x); } + DOLLAR_f.prototype.get_popup_title = function DOLLAR_f() { + var set_param_popup_title = "Set 1/z block parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/DOLLAR_m.js b/js/Linear/DOLLAR_m.js index b595cc33..536b8171 100644 --- a/js/Linear/DOLLAR_m.js +++ b/js/Linear/DOLLAR_m.js @@ -98,4 +98,8 @@ function DOLLAR_m() { } return new BasicBlock(this.x); } + DOLLAR_m.prototype.get_popup_title = function DOLLAR_m() { + var set_param_popup_title = "Set 1/z block parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/GAINBLK.js b/js/Linear/GAINBLK.js index e34577c8..b45fa57d 100644 --- a/js/Linear/GAINBLK.js +++ b/js/Linear/GAINBLK.js @@ -165,4 +165,8 @@ function GAINBLK() { } return new BasicBlock(this.x); } + GAINBLK.prototype.get_popup_title = function GAINBLK() { + var set_param_popup_title = "Set gain block parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/GAINBLK_f.js b/js/Linear/GAINBLK_f.js index 7b850053..837c561b 100644 --- a/js/Linear/GAINBLK_f.js +++ b/js/Linear/GAINBLK_f.js @@ -55,4 +55,8 @@ function GAINBLK_f() { } return new BasicBlock(this.x); } + GAINBLK_f.prototype.get_popup_title = function GAINBLK_f() { + var set_param_popup_title = "Set gain block parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/GAIN_f.js b/js/Linear/GAIN_f.js index a4035f12..45909562 100644 --- a/js/Linear/GAIN_f.js +++ b/js/Linear/GAIN_f.js @@ -55,4 +55,8 @@ function GAIN_f() { } return new BasicBlock(this.x); } + GAIN_f.prototype.get_popup_title = function GAIN_f() { + var set_param_popup_title = "Set gain block parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/INTEGRAL.js b/js/Linear/INTEGRAL.js index 622a10d1..2c13986e 100644 --- a/js/Linear/INTEGRAL.js +++ b/js/Linear/INTEGRAL.js @@ -96,4 +96,8 @@ function INTEGRAL() { } return new BasicBlock(this.x); } + INTEGRAL.prototype.get_popup_title = function INTEGRAL() { + var set_param_popup_title = "Set Integral block parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/INTEGRAL_f.js b/js/Linear/INTEGRAL_f.js index 8a543977..df9da2ee 100644 --- a/js/Linear/INTEGRAL_f.js +++ b/js/Linear/INTEGRAL_f.js @@ -40,4 +40,8 @@ function INTEGRAL_f() { this.x.model.firing = []; return new BasicBlock(this.x); } + INTEGRAL_f.prototype.get_popup_title = function INTEGRAL_f() { + var set_param_popup_title = "Set continuous linear system parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/INTEGRAL_m.js b/js/Linear/INTEGRAL_m.js index 13be3c60..67e8de42 100644 --- a/js/Linear/INTEGRAL_m.js +++ b/js/Linear/INTEGRAL_m.js @@ -143,4 +143,8 @@ function INTEGRAL_m() { } return new BasicBlock(this.x); } + INTEGRAL_m.prototype.get_popup_title = function INTEGRAL_m() { + var set_param_popup_title = "Set Integral block parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/PID.js b/js/Linear/PID.js index dbea864e..176b777f 100644 --- a/js/Linear/PID.js +++ b/js/Linear/PID.js @@ -115,4 +115,8 @@ function PID() { var typ = newpar; return new BasicBlock(this.x); } + PID.prototype.get_popup_title = function PID() { + var set_param_popup_title = "Set PID parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/REGISTER.js b/js/Linear/REGISTER.js index 40cf87c7..a71bf832 100644 --- a/js/Linear/REGISTER.js +++ b/js/Linear/REGISTER.js @@ -90,4 +90,8 @@ function REGISTER() { } return new BasicBlock(this.x); } + REGISTER.prototype.get_popup_title = function REGISTER() { + var set_param_popup_title = "Set delay parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/REGISTER_f.js b/js/Linear/REGISTER_f.js index 237fe2ba..5ae08868 100644 --- a/js/Linear/REGISTER_f.js +++ b/js/Linear/REGISTER_f.js @@ -47,4 +47,8 @@ function REGISTER_f() { } return new BasicBlock(this.x); } + REGISTER_f.prototype.get_popup_title = function REGISTER_f() { + var set_param_popup_title = "Set delay parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/SAMPHOLD.js b/js/Linear/SAMPHOLD.js index 6340d7cc..8e0477b8 100644 --- a/js/Linear/SAMPHOLD.js +++ b/js/Linear/SAMPHOLD.js @@ -23,4 +23,8 @@ function SAMPHOLD() { this.x.model.firing = []; return new BasicBlock(this.x); } + SAMPHOLD.prototype.get_popup_title = function SAMPHOLD() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/SAMPHOLD_m.js b/js/Linear/SAMPHOLD_m.js index 1cab6cb5..8bc8205f 100644 --- a/js/Linear/SAMPHOLD_m.js +++ b/js/Linear/SAMPHOLD_m.js @@ -54,4 +54,8 @@ function SAMPHOLD_m() { } return new BasicBlock(this.x); } + SAMPHOLD_m.prototype.get_popup_title = function SAMPHOLD_m() { + var set_param_popup_title = "Set parameters Block"; + return set_param_popup_title; + } } diff --git a/js/Linear/SAMPLEHOLD_f.js b/js/Linear/SAMPLEHOLD_f.js index 5fed6721..9df1c5c1 100644 --- a/js/Linear/SAMPLEHOLD_f.js +++ b/js/Linear/SAMPLEHOLD_f.js @@ -23,4 +23,8 @@ function SAMPLEHOLD_f() { this.x.model.firing = []; return new BasicBlock(this.x); } + SAMPLEHOLD_f.prototype.get_popup_title = function SAMPLEHOLD_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/SOM_f.js b/js/Linear/SOM_f.js index a025688d..4fd3c9b5 100644 --- a/js/Linear/SOM_f.js +++ b/js/Linear/SOM_f.js @@ -39,4 +39,8 @@ function SOM_f() { throw "user error"; return new BasicBlock(this.x); } + SOM_f.prototype.get_popup_title = function SOM_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/SUMMATION.js b/js/Linear/SUMMATION.js index 09fee1b2..7738b30c 100644 --- a/js/Linear/SUMMATION.js +++ b/js/Linear/SUMMATION.js @@ -150,4 +150,8 @@ function SUMMATION() { } return new Summation(this.x); } + SUMMATION.prototype.get_popup_title = function SUMMATION() { + var set_param_popup_title = "Set sum block parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/SUM_f.js b/js/Linear/SUM_f.js index 4fec2bf4..96d28c42 100644 --- a/js/Linear/SUM_f.js +++ b/js/Linear/SUM_f.js @@ -21,4 +21,8 @@ function SUM_f() { SUM_f.prototype.set = function SUM_f() { return new RoundBlock(this.x); } + SUM_f.prototype.get_popup_title = function SUM_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/TCLSS.js b/js/Linear/TCLSS.js index bc9af1b3..b1937628 100644 --- a/js/Linear/TCLSS.js +++ b/js/Linear/TCLSS.js @@ -100,4 +100,8 @@ function TCLSS() { } return new BasicBlock(this.x); } + TCLSS.prototype.get_popup_title = function TCLSS() { + var set_param_popup_title = "Set continuous linear system parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/TCLSS_f.js b/js/Linear/TCLSS_f.js index 5c6f6417..481c3a2e 100644 --- a/js/Linear/TCLSS_f.js +++ b/js/Linear/TCLSS_f.js @@ -100,4 +100,8 @@ function TCLSS_f() { } return new BasicBlock(this.x); } + TCLSS_f.prototype.get_popup_title = function TCLSS_f() { + var set_param_popup_title = "Set continuous linear system parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/TIME_DELAY.js b/js/Linear/TIME_DELAY.js index deaad0f0..cfd1c47f 100644 --- a/js/Linear/TIME_DELAY.js +++ b/js/Linear/TIME_DELAY.js @@ -68,4 +68,8 @@ function TIME_DELAY() { } return new BasicBlock(this.x); } + TIME_DELAY.prototype.get_popup_title = function TIME_DELAY() { + var set_param_popup_title = "Set delay parameters"; + return set_param_popup_title; + } } diff --git a/js/Linear/VARIABLE_DELAY.js b/js/Linear/VARIABLE_DELAY.js index 362cbe20..1ad95a2a 100644 --- a/js/Linear/VARIABLE_DELAY.js +++ b/js/Linear/VARIABLE_DELAY.js @@ -67,4 +67,8 @@ function VARIABLE_DELAY() { } return new BasicBlock(this.x); } + VARIABLE_DELAY.prototype.get_popup_title = function VARIABLE_DELAY() { + var set_param_popup_title = "Set delay parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/CUMSUM.js b/js/MatrixOp/CUMSUM.js index 9654da9c..03ec50e1 100644 --- a/js/MatrixOp/CUMSUM.js +++ b/js/MatrixOp/CUMSUM.js @@ -102,4 +102,8 @@ function CUMSUM() { } return new BasicBlock(this.x); } + CUMSUM.prototype.get_popup_title = function CUMSUM() { + var set_param_popup_title = "Set CUMSUM block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/EXTRACT.js b/js/MatrixOp/EXTRACT.js index c3edb683..93f519eb 100644 --- a/js/MatrixOp/EXTRACT.js +++ b/js/MatrixOp/EXTRACT.js @@ -102,4 +102,8 @@ function EXTRACT() { } return new BasicBlock(this.x); } + EXTRACT.prototype.get_popup_title = function EXTRACT() { + var set_param_popup_title = "Set EXTRACT Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/EXTTRI.js b/js/MatrixOp/EXTTRI.js index 5b0e3c1b..df24f063 100644 --- a/js/MatrixOp/EXTTRI.js +++ b/js/MatrixOp/EXTTRI.js @@ -99,4 +99,8 @@ function EXTTRI() { } return new BasicBlock(this.x); } + EXTTRI.prototype.get_popup_title = function EXTTRI() { + var set_param_popup_title = "Set EXTTRI block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATBKSL.js b/js/MatrixOp/MATBKSL.js index d89eb6d0..b67c8878 100644 --- a/js/MatrixOp/MATBKSL.js +++ b/js/MatrixOp/MATBKSL.js @@ -74,4 +74,8 @@ function MATBKSL() { } return new BasicBlock(this.x); } + MATBKSL.prototype.get_popup_title = function MATBKSL() { + var set_param_popup_title = "Set MATBKSL Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATCATH.js b/js/MatrixOp/MATCATH.js index d876e23c..55a27301 100644 --- a/js/MatrixOp/MATCATH.js +++ b/js/MatrixOp/MATCATH.js @@ -64,4 +64,8 @@ function MATCATH() { } return new BasicBlock(this.x); } + MATCATH.prototype.get_popup_title = function MATCATH() { + var set_param_popup_title = "Set MATCATH block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATCATV.js b/js/MatrixOp/MATCATV.js index 67909b7e..522372e5 100644 --- a/js/MatrixOp/MATCATV.js +++ b/js/MatrixOp/MATCATV.js @@ -65,4 +65,8 @@ function MATCATV() { } return new BasicBlock(this.x); } + MATCATV.prototype.get_popup_title = function MATCATV() { + var set_param_popup_title = "Set MATCATV block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATDET.js b/js/MatrixOp/MATDET.js index 9ecae713..4a103bf9 100644 --- a/js/MatrixOp/MATDET.js +++ b/js/MatrixOp/MATDET.js @@ -74,4 +74,8 @@ function MATDET() { } return new BasicBlock(this.x); } + MATDET.prototype.get_popup_title = function MATDET() { + var set_param_popup_title = "Set MATDET Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATDIAG.js b/js/MatrixOp/MATDIAG.js index 08d84275..11faaed6 100644 --- a/js/MatrixOp/MATDIAG.js +++ b/js/MatrixOp/MATDIAG.js @@ -74,4 +74,8 @@ function MATDIAG() { } return new BasicBlock(this.x); } + MATDIAG.prototype.get_popup_title = function MATDIAG() { + var set_param_popup_title = "Set MATDIAG Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATDIV.js b/js/MatrixOp/MATDIV.js index 3bb45159..1efd13c6 100644 --- a/js/MatrixOp/MATDIV.js +++ b/js/MatrixOp/MATDIV.js @@ -74,4 +74,8 @@ function MATDIV() { } return new BasicBlock(this.x); } + MATDIV.prototype.get_popup_title = function MATDIV() { + var set_param_popup_title = "Set MATDIV Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATEIG.js b/js/MatrixOp/MATEIG.js index 466ef853..7c6d68d7 100644 --- a/js/MatrixOp/MATEIG.js +++ b/js/MatrixOp/MATEIG.js @@ -100,4 +100,8 @@ function MATEIG() { } return new BasicBlock(this.x); } + MATEIG.prototype.get_popup_title = function MATEIG() { + var set_param_popup_title = "Set MATEIG block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATEXPM.js b/js/MatrixOp/MATEXPM.js index 017796e2..b2f382f8 100644 --- a/js/MatrixOp/MATEXPM.js +++ b/js/MatrixOp/MATEXPM.js @@ -74,4 +74,8 @@ function MATEXPM() { } return new BasicBlock(this.x); } + MATEXPM.prototype.get_popup_title = function MATEXPM() { + var set_param_popup_title = "Set EXPM Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATINV.js b/js/MatrixOp/MATINV.js index 254adea9..4ae1f33d 100644 --- a/js/MatrixOp/MATINV.js +++ b/js/MatrixOp/MATINV.js @@ -74,4 +74,8 @@ function MATINV() { } return new BasicBlock(this.x); } + MATINV.prototype.get_popup_title = function MATINV() { + var set_param_popup_title = "Set MATINV Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATLU.js b/js/MatrixOp/MATLU.js index 060423da..8088fb82 100644 --- a/js/MatrixOp/MATLU.js +++ b/js/MatrixOp/MATLU.js @@ -76,4 +76,8 @@ function MATLU() { } return new BasicBlock(this.x); } + MATLU.prototype.get_popup_title = function MATLU() { + var set_param_popup_title = "Set MATLU block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATMAGPHI.js b/js/MatrixOp/MATMAGPHI.js index 6f0affc5..a854f312 100644 --- a/js/MatrixOp/MATMAGPHI.js +++ b/js/MatrixOp/MATMAGPHI.js @@ -79,4 +79,8 @@ function MATMAGPHI() { } return new BasicBlock(this.x); } + MATMAGPHI.prototype.get_popup_title = function MATMAGPHI() { + var set_param_popup_title = "Set MATMAGPHI block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATMUL.js b/js/MatrixOp/MATMUL.js index 6546d7a0..7da3392c 100644 --- a/js/MatrixOp/MATMUL.js +++ b/js/MatrixOp/MATMUL.js @@ -163,4 +163,8 @@ function MATMUL() { } return new BasicBlock(this.x); } + MATMUL.prototype.get_popup_title = function MATMUL() { + var set_param_popup_title = "Set MATMUL parameter"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATPINV.js b/js/MatrixOp/MATPINV.js index 3ef26d08..05f106fe 100644 --- a/js/MatrixOp/MATPINV.js +++ b/js/MatrixOp/MATPINV.js @@ -74,4 +74,8 @@ function MATPINV() { } return new BasicBlock(this.x); } + MATPINV.prototype.get_popup_title = function MATPINV() { + var set_param_popup_title = "Set MATPINV Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATRESH.js b/js/MatrixOp/MATRESH.js index 5a95d422..74c9e6ce 100644 --- a/js/MatrixOp/MATRESH.js +++ b/js/MatrixOp/MATRESH.js @@ -109,4 +109,8 @@ function MATRESH() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + MATRESH.prototype.get_popup_title = function MATRESH() { + var set_param_popup_title = "Set MATRESH block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATSING.js b/js/MatrixOp/MATSING.js index e2ea33f1..5b33e0e7 100644 --- a/js/MatrixOp/MATSING.js +++ b/js/MatrixOp/MATSING.js @@ -103,4 +103,8 @@ function MATSING() { } return new BasicBlock(this.x); } + MATSING.prototype.get_popup_title = function MATSING() { + var set_param_popup_title = "Set MATSVD block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATSUM.js b/js/MatrixOp/MATSUM.js index 3036d6af..efa7a21f 100644 --- a/js/MatrixOp/MATSUM.js +++ b/js/MatrixOp/MATSUM.js @@ -104,4 +104,8 @@ function MATSUM() { } return new BasicBlock(this.x); } + MATSUM.prototype.get_popup_title = function MATSUM() { + var set_param_popup_title = "Set MATSUM block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATTRAN.js b/js/MatrixOp/MATTRAN.js index 92472204..735ff083 100644 --- a/js/MatrixOp/MATTRAN.js +++ b/js/MatrixOp/MATTRAN.js @@ -68,4 +68,8 @@ function MATTRAN() { } return new BasicBlock(this.x); } + MATTRAN.prototype.get_popup_title = function MATTRAN() { + var set_param_popup_title = "Set MATTRAN Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATZCONJ.js b/js/MatrixOp/MATZCONJ.js index 0a565ca9..66124e3e 100644 --- a/js/MatrixOp/MATZCONJ.js +++ b/js/MatrixOp/MATZCONJ.js @@ -34,4 +34,8 @@ function MATZCONJ() { MATZCONJ.prototype.set = function MATZCONJ() { return new BasicBlock(this.x); } + MATZCONJ.prototype.get_popup_title = function MATZCONJ() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/MATZREIM.js b/js/MatrixOp/MATZREIM.js index d9af3dce..3a9bdb58 100644 --- a/js/MatrixOp/MATZREIM.js +++ b/js/MatrixOp/MATZREIM.js @@ -79,4 +79,8 @@ function MATZREIM() { } return new BasicBlock(this.x); } + MATZREIM.prototype.get_popup_title = function MATZREIM() { + var set_param_popup_title = "Set MATZREIM block parameters"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/RICC.js b/js/MatrixOp/RICC.js index 434970f8..17dabe4d 100644 --- a/js/MatrixOp/RICC.js +++ b/js/MatrixOp/RICC.js @@ -64,4 +64,8 @@ function RICC() { } return new BasicBlock(this.x); } + RICC.prototype.get_popup_title = function RICC() { + var set_param_popup_title = "Set RICC Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/ROOTCOEF.js b/js/MatrixOp/ROOTCOEF.js index 453b075b..59868153 100644 --- a/js/MatrixOp/ROOTCOEF.js +++ b/js/MatrixOp/ROOTCOEF.js @@ -76,4 +76,8 @@ function ROOTCOEF() { } return new BasicBlock(this.x); } + ROOTCOEF.prototype.get_popup_title = function ROOTCOEF() { + var set_param_popup_title = "Set ROOTCOEF Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/SQRT.js b/js/MatrixOp/SQRT.js index 2053045f..3c4ae835 100644 --- a/js/MatrixOp/SQRT.js +++ b/js/MatrixOp/SQRT.js @@ -59,4 +59,8 @@ function SQRT() { } return new BasicBlock(this.x); } + SQRT.prototype.get_popup_title = function SQRT() { + var set_param_popup_title = "Set SQRT Block"; + return set_param_popup_title; + } } diff --git a/js/MatrixOp/SUBMAT.js b/js/MatrixOp/SUBMAT.js index 39700035..b37ba3c6 100644 --- a/js/MatrixOp/SUBMAT.js +++ b/js/MatrixOp/SUBMAT.js @@ -110,4 +110,8 @@ function SUBMAT() { } return new BasicBlock(this.x); } + SUBMAT.prototype.get_popup_title = function SUBMAT() { + var set_param_popup_title = "Set SUBMAT Block"; + return set_param_popup_title; + } } diff --git a/js/Misc/AUTOMAT.js b/js/Misc/AUTOMAT.js index 0125a535..2603b806 100644 --- a/js/Misc/AUTOMAT.js +++ b/js/Misc/AUTOMAT.js @@ -137,4 +137,8 @@ function AUTOMAT() { } return new BasicBlock(this.x); } + AUTOMAT.prototype.get_popup_title = function AUTOMAT() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/BACKLASH.js b/js/Misc/BACKLASH.js index c13500ce..0656e789 100644 --- a/js/Misc/BACKLASH.js +++ b/js/Misc/BACKLASH.js @@ -53,4 +53,8 @@ function BACKLASH() { } return new BasicBlock(this.x); } + BACKLASH.prototype.get_popup_title = function BACKLASH() { + var set_param_popup_title = "Set backlash parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/BOUNCE.js b/js/Misc/BOUNCE.js index 2b5e2c06..5e99ad2f 100644 --- a/js/Misc/BOUNCE.js +++ b/js/Misc/BOUNCE.js @@ -130,4 +130,8 @@ function BOUNCE() { } return new BasicBlock(this.x); } + BOUNCE.prototype.get_popup_title = function BOUNCE() { + var set_param_popup_title = "Set Bounce Block"; + return set_param_popup_title; + } } diff --git a/js/Misc/BOUNCEXY.js b/js/Misc/BOUNCEXY.js index 56d24cae..6fccc308 100644 --- a/js/Misc/BOUNCEXY.js +++ b/js/Misc/BOUNCEXY.js @@ -110,4 +110,8 @@ function BOUNCEXY() { } return new BasicBlock(this.x); } + BOUNCEXY.prototype.get_popup_title = function BOUNCEXY() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/BPLATFORM.js b/js/Misc/BPLATFORM.js index 38230026..a388f123 100644 --- a/js/Misc/BPLATFORM.js +++ b/js/Misc/BPLATFORM.js @@ -78,4 +78,8 @@ function BPLATFORM() { } return new BasicBlock(this.x); } + BPLATFORM.prototype.get_popup_title = function BPLATFORM() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/CBLOCK.js b/js/Misc/CBLOCK.js index 05401ed7..9bd6992a 100644 --- a/js/Misc/CBLOCK.js +++ b/js/Misc/CBLOCK.js @@ -164,4 +164,8 @@ function CBLOCK() { } return new BasicBlock(this.x); } + CBLOCK.prototype.get_popup_title = function CBLOCK() { + var set_param_popup_title = "Set C-Block2 block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/CBLOCK4.js b/js/Misc/CBLOCK4.js index 1a51633b..19dc8fa3 100644 --- a/js/Misc/CBLOCK4.js +++ b/js/Misc/CBLOCK4.js @@ -156,4 +156,8 @@ function CBLOCK4() { } return new BasicBlock(this.x); } + CBLOCK4.prototype.get_popup_title = function CBLOCK4() { + var set_param_popup_title = "Set C-Block4 block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/CONSTRAINT2_c.js b/js/Misc/CONSTRAINT2_c.js index 01675ac1..b1a500bb 100644 --- a/js/Misc/CONSTRAINT2_c.js +++ b/js/Misc/CONSTRAINT2_c.js @@ -79,4 +79,8 @@ function CONSTRAINT2_c() { } return new BasicBlock(this.x); } + CONSTRAINT2_c.prototype.get_popup_title = function CONSTRAINT2_c() { + var set_param_popup_title = "Set Constraint block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/CONSTRAINT_c.js b/js/Misc/CONSTRAINT_c.js index f48f637e..589bba95 100644 --- a/js/Misc/CONSTRAINT_c.js +++ b/js/Misc/CONSTRAINT_c.js @@ -56,4 +56,8 @@ function CONSTRAINT_c() { } return new BasicBlock(this.x); } + CONSTRAINT_c.prototype.get_popup_title = function CONSTRAINT_c() { + var set_param_popup_title = "Set solver block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/DEADBAND.js b/js/Misc/DEADBAND.js index a0e06241..355c7f87 100644 --- a/js/Misc/DEADBAND.js +++ b/js/Misc/DEADBAND.js @@ -60,4 +60,8 @@ function DEADBAND() { } return new BasicBlock(this.x); } + DEADBAND.prototype.get_popup_title = function DEADBAND() { + var set_param_popup_title = "Set Deadband parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/DEBUG.js b/js/Misc/DEBUG.js index d1d6a432..c9816c9b 100644 --- a/js/Misc/DEBUG.js +++ b/js/Misc/DEBUG.js @@ -49,4 +49,8 @@ function DEBUG() { } return new BasicBlock(this.x); } + DEBUG.prototype.get_popup_title = function DEBUG() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/DEBUG_SCICOS.js b/js/Misc/DEBUG_SCICOS.js index ecb3e0ae..384a6ac7 100644 --- a/js/Misc/DEBUG_SCICOS.js +++ b/js/Misc/DEBUG_SCICOS.js @@ -16,4 +16,8 @@ function DEBUG_SCICOS() { var typ = tmpvar0[2]; return new BasicBlock(this.x); } + DEBUG_SCICOS.prototype.get_popup_title = function DEBUG_SCICOS() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/DIFF_f.js b/js/Misc/DIFF_f.js index e5c64927..a7693fbf 100644 --- a/js/Misc/DIFF_f.js +++ b/js/Misc/DIFF_f.js @@ -42,4 +42,8 @@ function DIFF_f() { this.x.model.firing = []; return new BasicBlock(this.x); } + DIFF_f.prototype.get_popup_title = function DIFF_f() { + var set_param_popup_title = "Set continuous linear system parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/DSUPER.js b/js/Misc/DSUPER.js index ce9ea810..3e740768 100644 --- a/js/Misc/DSUPER.js +++ b/js/Misc/DSUPER.js @@ -50,4 +50,8 @@ function DSUPER() { } return new BasicBlock(this.x); } + DSUPER.prototype.get_popup_title = function DSUPER() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/EDGETRIGGER.js b/js/Misc/EDGETRIGGER.js index cb318610..f625b76c 100644 --- a/js/Misc/EDGETRIGGER.js +++ b/js/Misc/EDGETRIGGER.js @@ -41,4 +41,8 @@ function EDGETRIGGER() { } return new BasicBlock(this.x); } + EDGETRIGGER.prototype.get_popup_title = function EDGETRIGGER() { + var set_param_popup_title = "Set edge trigger block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/EDGE_TRIGGER.js b/js/Misc/EDGE_TRIGGER.js index e4cc4f37..5f7b9040 100644 --- a/js/Misc/EDGE_TRIGGER.js +++ b/js/Misc/EDGE_TRIGGER.js @@ -152,4 +152,8 @@ function EDGE_TRIGGER() { var typ = newpar; return new BasicBlock(this.x); } + EDGE_TRIGGER.prototype.get_popup_title = function EDGE_TRIGGER() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/ENDBLK.js b/js/Misc/ENDBLK.js index 23ce92be..d28f61a1 100644 --- a/js/Misc/ENDBLK.js +++ b/js/Misc/ENDBLK.js @@ -80,4 +80,8 @@ function ENDBLK() { var typ = newpar; return new BasicBlock(this.x); } + ENDBLK.prototype.get_popup_title = function ENDBLK() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/Extract_Activation.js b/js/Misc/Extract_Activation.js index eea51aaf..5a5d062e 100644 --- a/js/Misc/Extract_Activation.js +++ b/js/Misc/Extract_Activation.js @@ -95,4 +95,8 @@ function Extract_Activation() { Extract_Activation.prototype.set = function Extract_Activation() { return new BasicBlock(this.x); } + Extract_Activation.prototype.get_popup_title = function Extract_Activation() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/HYSTHERESIS.js b/js/Misc/HYSTHERESIS.js index 1dbed3e8..e96ec98d 100644 --- a/js/Misc/HYSTHERESIS.js +++ b/js/Misc/HYSTHERESIS.js @@ -61,4 +61,8 @@ function HYSTHERESIS() { } return new BasicBlock(this.x); } + HYSTHERESIS.prototype.get_popup_title = function HYSTHERESIS() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/IMPSPLIT_f.js b/js/Misc/IMPSPLIT_f.js index 70a28349..119f14d6 100644 --- a/js/Misc/IMPSPLIT_f.js +++ b/js/Misc/IMPSPLIT_f.js @@ -24,4 +24,8 @@ function IMPSPLIT_f() { IMPSPLIT_f.prototype.set = function IMPSPLIT_f() { return new BasicBlock(this.x); } + IMPSPLIT_f.prototype.get_popup_title = function IMPSPLIT_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/LOGICAL_OP.js b/js/Misc/LOGICAL_OP.js index 02de4be4..edf34cca 100644 --- a/js/Misc/LOGICAL_OP.js +++ b/js/Misc/LOGICAL_OP.js @@ -131,4 +131,8 @@ function LOGICAL_OP() { } return new BasicBlock(this.x); } + LOGICAL_OP.prototype.get_popup_title = function LOGICAL_OP() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/MBLOCK.js b/js/Misc/MBLOCK.js index 5612ef4a..f0550d85 100644 --- a/js/Misc/MBLOCK.js +++ b/js/Misc/MBLOCK.js @@ -296,4 +296,8 @@ function MBLOCK() { } return new BasicBlock(this.x); } + MBLOCK.prototype.get_popup_title = function MBLOCK() { + var set_param_popup_title = "Set Modelica generic block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/MEMORY_f.js b/js/Misc/MEMORY_f.js index 8edcc38f..6d423838 100644 --- a/js/Misc/MEMORY_f.js +++ b/js/Misc/MEMORY_f.js @@ -63,4 +63,8 @@ function MEMORY_f() { } return new BasicBlock(this.x); } + MEMORY_f.prototype.get_popup_title = function MEMORY_f() { + var set_param_popup_title = "Set memory block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/MPBLOCK.js b/js/Misc/MPBLOCK.js index 1c5aed9b..7afd3924 100644 --- a/js/Misc/MPBLOCK.js +++ b/js/Misc/MPBLOCK.js @@ -278,4 +278,8 @@ function MPBLOCK() { } return new BasicBlock(this.x); } + MPBLOCK.prototype.get_popup_title = function MPBLOCK() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/PAL_f.js b/js/Misc/PAL_f.js index 605f3afb..768538a7 100644 --- a/js/Misc/PAL_f.js +++ b/js/Misc/PAL_f.js @@ -31,4 +31,8 @@ function PAL_f() { %exit = resume(false) return new BasicBlock(this.x); } + PAL_f.prototype.get_popup_title = function PAL_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/PENDULUM_ANIM.js b/js/Misc/PENDULUM_ANIM.js index 36570c2d..005a8879 100644 --- a/js/Misc/PENDULUM_ANIM.js +++ b/js/Misc/PENDULUM_ANIM.js @@ -78,4 +78,8 @@ function PENDULUM_ANIM() { } return new BasicBlock(this.x); } + PENDULUM_ANIM.prototype.get_popup_title = function PENDULUM_ANIM() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/RATELIMITER.js b/js/Misc/RATELIMITER.js index df753c2e..ca198476 100644 --- a/js/Misc/RATELIMITER.js +++ b/js/Misc/RATELIMITER.js @@ -49,4 +49,8 @@ function RATELIMITER() { } return new BasicBlock(this.x); } + RATELIMITER.prototype.get_popup_title = function RATELIMITER() { + var set_param_popup_title = "Set rate limiter parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/RELATIONALOP.js b/js/Misc/RELATIONALOP.js index 4febec77..a291f63d 100644 --- a/js/Misc/RELATIONALOP.js +++ b/js/Misc/RELATIONALOP.js @@ -104,4 +104,8 @@ function RELATIONALOP() { } return new BasicBlock(this.x); } + RELATIONALOP.prototype.get_popup_title = function RELATIONALOP() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/SPLIT_f.js b/js/Misc/SPLIT_f.js index 55f148eb..4bd6cd0f 100644 --- a/js/Misc/SPLIT_f.js +++ b/js/Misc/SPLIT_f.js @@ -19,4 +19,8 @@ function SPLIT_f() { SPLIT_f.prototype.set = function SPLIT_f() { return new BasicBlock(this.x); } + SPLIT_f.prototype.get_popup_title = function SPLIT_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/SUPER_f.js b/js/Misc/SUPER_f.js index 06795b41..6e590b1b 100644 --- a/js/Misc/SUPER_f.js +++ b/js/Misc/SUPER_f.js @@ -31,4 +31,8 @@ function SUPER_f() { SUPER_f.prototype.set = function SUPER_f() { return new SuperBlock(this.x); } + SUPER_f.prototype.get_popup_title = function SUPER_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/TEXT_f.js b/js/Misc/TEXT_f.js index 36ae5150..502c5211 100644 --- a/js/Misc/TEXT_f.js +++ b/js/Misc/TEXT_f.js @@ -74,4 +74,8 @@ function TEXT_f() { } return new TextBlock(this.x); } + TEXT_f.prototype.get_popup_title = function TEXT_f() { + var set_param_popup_title = "Set Text block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/c_block.js b/js/Misc/c_block.js index f435472c..97ce52d1 100644 --- a/js/Misc/c_block.js +++ b/js/Misc/c_block.js @@ -88,4 +88,8 @@ function c_block() { } return new BasicBlock(this.x); } + c_block.prototype.get_popup_title = function c_block() { + var set_param_popup_title = "Set C_block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/fortran_block.js b/js/Misc/fortran_block.js index 6d282574..38be4adc 100644 --- a/js/Misc/fortran_block.js +++ b/js/Misc/fortran_block.js @@ -79,4 +79,8 @@ function fortran_block() { } return new BasicBlock(this.x); } + fortran_block.prototype.get_popup_title = function fortran_block() { + var set_param_popup_title = "Set fortran_block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/func_block.js b/js/Misc/func_block.js index fba85e3e..a8e7a333 100644 --- a/js/Misc/func_block.js +++ b/js/Misc/func_block.js @@ -33,4 +33,8 @@ function func_block() { } return new BasicBlock(this.x); } + func_block.prototype.get_popup_title = function func_block() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/generic_block.js b/js/Misc/generic_block.js index 233f653a..01ccc1b0 100644 --- a/js/Misc/generic_block.js +++ b/js/Misc/generic_block.js @@ -126,4 +126,8 @@ function generic_block() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + generic_block.prototype.get_popup_title = function generic_block() { + var set_param_popup_title = "Set GENERIC block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/generic_block2.js b/js/Misc/generic_block2.js index 98432b66..463f15cf 100644 --- a/js/Misc/generic_block2.js +++ b/js/Misc/generic_block2.js @@ -132,4 +132,8 @@ function generic_block2() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + generic_block2.prototype.get_popup_title = function generic_block2() { + var set_param_popup_title = "Set GENERIC block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/generic_block3.js b/js/Misc/generic_block3.js index d5728743..55cdf65f 100644 --- a/js/Misc/generic_block3.js +++ b/js/Misc/generic_block3.js @@ -146,4 +146,8 @@ function generic_block3() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + generic_block3.prototype.get_popup_title = function generic_block3() { + var set_param_popup_title = "Set GENERIC block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/scifunc_block.js b/js/Misc/scifunc_block.js index ec4e6ef3..9da74f19 100644 --- a/js/Misc/scifunc_block.js +++ b/js/Misc/scifunc_block.js @@ -117,4 +117,8 @@ function scifunc_block() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + scifunc_block.prototype.get_popup_title = function scifunc_block() { + var set_param_popup_title = "Set scifunc_block parameters"; + return set_param_popup_title; + } } diff --git a/js/Misc/scifunc_block_m.js b/js/Misc/scifunc_block_m.js index a93fb549..e4954df0 100644 --- a/js/Misc/scifunc_block_m.js +++ b/js/Misc/scifunc_block_m.js @@ -119,4 +119,8 @@ function scifunc_block_m() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + scifunc_block_m.prototype.get_popup_title = function scifunc_block_m() { + var set_param_popup_title = "Set scifunc_block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/ABSBLK_f.js b/js/NonLinear/ABSBLK_f.js index 1413f7cc..81b273ab 100644 --- a/js/NonLinear/ABSBLK_f.js +++ b/js/NonLinear/ABSBLK_f.js @@ -20,4 +20,8 @@ function ABSBLK_f() { ABSBLK_f.prototype.set = function ABSBLK_f() { return new BasicBlock(this.x); } + ABSBLK_f.prototype.get_popup_title = function ABSBLK_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/ABS_VALUE.js b/js/NonLinear/ABS_VALUE.js index acaca0a4..81028b9a 100644 --- a/js/NonLinear/ABS_VALUE.js +++ b/js/NonLinear/ABS_VALUE.js @@ -48,4 +48,8 @@ function ABS_VALUE() { } return new BasicBlock(this.x); } + ABS_VALUE.prototype.get_popup_title = function ABS_VALUE() { + var set_param_popup_title = "Set block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/COSBLK_f.js b/js/NonLinear/COSBLK_f.js index 1021f7be..4b0fecf4 100644 --- a/js/NonLinear/COSBLK_f.js +++ b/js/NonLinear/COSBLK_f.js @@ -21,4 +21,8 @@ function COSBLK_f() { COSBLK_f.prototype.set = function COSBLK_f() { return new BasicBlock(this.x); } + COSBLK_f.prototype.get_popup_title = function COSBLK_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/DLRADAPT_f.js b/js/NonLinear/DLRADAPT_f.js index fe120e9a..4095c694 100644 --- a/js/NonLinear/DLRADAPT_f.js +++ b/js/NonLinear/DLRADAPT_f.js @@ -74,4 +74,8 @@ function DLRADAPT_f() { } return new BasicBlock(this.x); } + DLRADAPT_f.prototype.get_popup_title = function DLRADAPT_f() { + var set_param_popup_title = "Set block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/EXPBLK_f.js b/js/NonLinear/EXPBLK_f.js index a6a2529d..7435f3a6 100644 --- a/js/NonLinear/EXPBLK_f.js +++ b/js/NonLinear/EXPBLK_f.js @@ -48,4 +48,8 @@ function EXPBLK_f() { } return new BasicBlock(this.x); } + EXPBLK_f.prototype.get_popup_title = function EXPBLK_f() { + var set_param_popup_title = "Set a^u block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/EXPBLK_m.js b/js/NonLinear/EXPBLK_m.js index 6fc33d6f..f557000e 100644 --- a/js/NonLinear/EXPBLK_m.js +++ b/js/NonLinear/EXPBLK_m.js @@ -52,4 +52,8 @@ function EXPBLK_m() { } return new BasicBlock(this.x); } + EXPBLK_m.prototype.get_popup_title = function EXPBLK_m() { + var set_param_popup_title = "Set a^u block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/FSV_f.js b/js/NonLinear/FSV_f.js index ee841567..0dd11c6b 100644 --- a/js/NonLinear/FSV_f.js +++ b/js/NonLinear/FSV_f.js @@ -22,4 +22,8 @@ function FSV_f() { FSV_f.prototype.set = function FSV_f() { return new BasicBlock(this.x); } + FSV_f.prototype.get_popup_title = function FSV_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/INTRP2BLK_f.js b/js/NonLinear/INTRP2BLK_f.js index c4d90729..346242b8 100644 --- a/js/NonLinear/INTRP2BLK_f.js +++ b/js/NonLinear/INTRP2BLK_f.js @@ -57,4 +57,8 @@ function INTRP2BLK_f() { } return new BasicBlock(this.x); } + INTRP2BLK_f.prototype.get_popup_title = function INTRP2BLK_f() { + var set_param_popup_title = "Set Interpolation block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/INTRPLBLK_f.js b/js/NonLinear/INTRPLBLK_f.js index 81468053..0d22c951 100644 --- a/js/NonLinear/INTRPLBLK_f.js +++ b/js/NonLinear/INTRPLBLK_f.js @@ -52,4 +52,8 @@ function INTRPLBLK_f() { } return new BasicBlock(this.x); } + INTRPLBLK_f.prototype.get_popup_title = function INTRPLBLK_f() { + var set_param_popup_title = "Set Interpolation block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/INVBLK.js b/js/NonLinear/INVBLK.js index 503ff0ea..36da040f 100644 --- a/js/NonLinear/INVBLK.js +++ b/js/NonLinear/INVBLK.js @@ -22,4 +22,8 @@ function INVBLK() { INVBLK.prototype.set = function INVBLK() { return new BasicBlock(this.x); } + INVBLK.prototype.get_popup_title = function INVBLK() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/INVBLK_f.js b/js/NonLinear/INVBLK_f.js index e6b9cce5..35831b78 100644 --- a/js/NonLinear/INVBLK_f.js +++ b/js/NonLinear/INVBLK_f.js @@ -22,4 +22,8 @@ function INVBLK_f() { INVBLK_f.prototype.set = function INVBLK_f() { return new BasicBlock(this.x); } + INVBLK_f.prototype.get_popup_title = function INVBLK_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/LOGBLK_f.js b/js/NonLinear/LOGBLK_f.js index 61a8a54c..a3952b8a 100644 --- a/js/NonLinear/LOGBLK_f.js +++ b/js/NonLinear/LOGBLK_f.js @@ -50,4 +50,8 @@ function LOGBLK_f() { } return new BasicBlock(this.x); } + LOGBLK_f.prototype.get_popup_title = function LOGBLK_f() { + var set_param_popup_title = "Set log block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/LOOKUP2D.js b/js/NonLinear/LOOKUP2D.js index 651f0d9c..3cc6b865 100644 --- a/js/NonLinear/LOOKUP2D.js +++ b/js/NonLinear/LOOKUP2D.js @@ -116,4 +116,8 @@ function LOOKUP2D() { } return new BasicBlock(this.x); } + LOOKUP2D.prototype.get_popup_title = function LOOKUP2D() { + var set_param_popup_title = "2D Lookup table parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/LOOKUP_c.js b/js/NonLinear/LOOKUP_c.js index 03039b15..62f824d4 100644 --- a/js/NonLinear/LOOKUP_c.js +++ b/js/NonLinear/LOOKUP_c.js @@ -175,4 +175,8 @@ function LOOKUP_c() { } return new BasicBlock(this.x); } + LOOKUP_c.prototype.get_popup_title = function LOOKUP_c() { + var set_param_popup_title = "Lookup table parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/LOOKUP_f.js b/js/NonLinear/LOOKUP_f.js index 1e15bea7..68b67302 100644 --- a/js/NonLinear/LOOKUP_f.js +++ b/js/NonLinear/LOOKUP_f.js @@ -53,4 +53,8 @@ function LOOKUP_f() { } return new BasicBlock(this.x); } + LOOKUP_f.prototype.get_popup_title = function LOOKUP_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/MAXMIN.js b/js/NonLinear/MAXMIN.js index 3b8a12f2..711167bc 100644 --- a/js/NonLinear/MAXMIN.js +++ b/js/NonLinear/MAXMIN.js @@ -81,4 +81,8 @@ function MAXMIN() { } return new BasicBlock(this.x); } + MAXMIN.prototype.get_popup_title = function MAXMIN() { + var set_param_popup_title = "Set Max/Min block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/MAX_f.js b/js/NonLinear/MAX_f.js index 7c6811f4..e6a91569 100644 --- a/js/NonLinear/MAX_f.js +++ b/js/NonLinear/MAX_f.js @@ -23,4 +23,8 @@ function MAX_f() { MAX_f.prototype.set = function MAX_f() { return new BasicBlock(this.x); } + MAX_f.prototype.get_popup_title = function MAX_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/MIN_f.js b/js/NonLinear/MIN_f.js index 8c93a501..38a61db7 100644 --- a/js/NonLinear/MIN_f.js +++ b/js/NonLinear/MIN_f.js @@ -23,4 +23,8 @@ function MIN_f() { MIN_f.prototype.set = function MIN_f() { return new BasicBlock(this.x); } + MIN_f.prototype.get_popup_title = function MIN_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/POWBLK_f.js b/js/NonLinear/POWBLK_f.js index 3095c66d..e09b6adc 100644 --- a/js/NonLinear/POWBLK_f.js +++ b/js/NonLinear/POWBLK_f.js @@ -50,4 +50,8 @@ function POWBLK_f() { } return new BasicBlock(this.x); } + POWBLK_f.prototype.get_popup_title = function POWBLK_f() { + var set_param_popup_title = "Set u^a block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/PRODUCT.js b/js/NonLinear/PRODUCT.js index f6c0f304..2428f582 100644 --- a/js/NonLinear/PRODUCT.js +++ b/js/NonLinear/PRODUCT.js @@ -72,4 +72,8 @@ function PRODUCT() { } return new Product(this.x); } + PRODUCT.prototype.get_popup_title = function PRODUCT() { + var set_param_popup_title = " Set multiplication block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/PROD_f.js b/js/NonLinear/PROD_f.js index 1c7ba910..3f92ab62 100644 --- a/js/NonLinear/PROD_f.js +++ b/js/NonLinear/PROD_f.js @@ -19,4 +19,8 @@ function PROD_f() { PROD_f.prototype.set = function PROD_f() { return new RoundBlock(this.x); } + PROD_f.prototype.get_popup_title = function PROD_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/QUANT_f.js b/js/NonLinear/QUANT_f.js index e36d57df..329500c7 100644 --- a/js/NonLinear/QUANT_f.js +++ b/js/NonLinear/QUANT_f.js @@ -60,4 +60,8 @@ function QUANT_f() { } return new BasicBlock(this.x); } + QUANT_f.prototype.get_popup_title = function QUANT_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/SATURATION.js b/js/NonLinear/SATURATION.js index 7d2982de..6ab0abe1 100644 --- a/js/NonLinear/SATURATION.js +++ b/js/NonLinear/SATURATION.js @@ -60,4 +60,8 @@ function SATURATION() { } return new BasicBlock(this.x); } + SATURATION.prototype.get_popup_title = function SATURATION() { + var set_param_popup_title = "Set Saturation parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/SAT_f.js b/js/NonLinear/SAT_f.js index e9dfb6d0..5ddfb3d8 100644 --- a/js/NonLinear/SAT_f.js +++ b/js/NonLinear/SAT_f.js @@ -57,4 +57,8 @@ function SAT_f() { } return new BasicBlock(this.x); } + SAT_f.prototype.get_popup_title = function SAT_f() { + var set_param_popup_title = "Set Saturation parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/SIGNUM.js b/js/NonLinear/SIGNUM.js index 7dbe17e7..4a26a22f 100644 --- a/js/NonLinear/SIGNUM.js +++ b/js/NonLinear/SIGNUM.js @@ -48,4 +48,8 @@ function SIGNUM() { } return new BasicBlock(this.x); } + SIGNUM.prototype.get_popup_title = function SIGNUM() { + var set_param_popup_title = "Set block parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/SINBLK_f.js b/js/NonLinear/SINBLK_f.js index 38d3a6f4..da966e22 100644 --- a/js/NonLinear/SINBLK_f.js +++ b/js/NonLinear/SINBLK_f.js @@ -21,4 +21,8 @@ function SINBLK_f() { SINBLK_f.prototype.set = function SINBLK_f() { return new BasicBlock(this.x); } + SINBLK_f.prototype.get_popup_title = function SINBLK_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/TANBLK_f.js b/js/NonLinear/TANBLK_f.js index 6227e422..94214b30 100644 --- a/js/NonLinear/TANBLK_f.js +++ b/js/NonLinear/TANBLK_f.js @@ -23,4 +23,8 @@ function TANBLK_f() { this.x.model.firing = []; return new BasicBlock(this.x); } + TANBLK_f.prototype.get_popup_title = function TANBLK_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/NonLinear/TrigFun.js b/js/NonLinear/TrigFun.js index eb04d66c..e9f7f34c 100644 --- a/js/NonLinear/TrigFun.js +++ b/js/NonLinear/TrigFun.js @@ -44,4 +44,8 @@ function TrigFun() { } return new BasicBlock(this.x); } + TrigFun.prototype.get_popup_title = function TrigFun() { + var set_param_popup_title = PREVAR_GG; + return set_param_popup_title; + } } diff --git a/js/PDE/PDE.js b/js/PDE/PDE.js index 9811b0d9..73067ed8 100644 --- a/js/PDE/PDE.js +++ b/js/PDE/PDE.js @@ -210,4 +210,8 @@ function PDE() { } return new BasicBlock(this.x); } + PDE.prototype.get_popup_title = function PDE() { + var set_param_popup_title = "PLEASE, GIVE US THE BLOCK\'s NAME. "; + return set_param_popup_title; + } } diff --git a/js/Sinks/AFFICH_m.js b/js/Sinks/AFFICH_m.js index 54e87f82..ee4bb00c 100644 --- a/js/Sinks/AFFICH_m.js +++ b/js/Sinks/AFFICH_m.js @@ -99,4 +99,8 @@ function AFFICH_m() { } return new AfficheBlock(this.x); } + AFFICH_m.prototype.get_popup_title = function AFFICH_m() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/BARXY.js b/js/Sinks/BARXY.js index bb576420..275744d8 100644 --- a/js/Sinks/BARXY.js +++ b/js/Sinks/BARXY.js @@ -73,4 +73,8 @@ function BARXY() { } return new BasicBlock(this.x); } + BARXY.prototype.get_popup_title = function BARXY() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CANIMXY.js b/js/Sinks/CANIMXY.js index 4625e975..af4f5d6d 100644 --- a/js/Sinks/CANIMXY.js +++ b/js/Sinks/CANIMXY.js @@ -126,4 +126,8 @@ function CANIMXY() { } return new BasicBlock(this.x); } + CANIMXY.prototype.get_popup_title = function CANIMXY() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CANIMXY3D.js b/js/Sinks/CANIMXY3D.js index af4757f1..55a8b662 100644 --- a/js/Sinks/CANIMXY3D.js +++ b/js/Sinks/CANIMXY3D.js @@ -143,4 +143,8 @@ function CANIMXY3D() { } return new BasicBlock(this.x); } + CANIMXY3D.prototype.get_popup_title = function CANIMXY3D() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CEVENTSCOPE.js b/js/Sinks/CEVENTSCOPE.js index 8e3bebbb..eb98878e 100644 --- a/js/Sinks/CEVENTSCOPE.js +++ b/js/Sinks/CEVENTSCOPE.js @@ -102,4 +102,8 @@ function CEVENTSCOPE() { } return new BasicBlock(this.x); } + CEVENTSCOPE.prototype.get_popup_title = function CEVENTSCOPE() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CFSCOPE.js b/js/Sinks/CFSCOPE.js index 6fe9167c..6a950939 100644 --- a/js/Sinks/CFSCOPE.js +++ b/js/Sinks/CFSCOPE.js @@ -114,4 +114,8 @@ function CFSCOPE() { } return new BasicBlock(this.x); } + CFSCOPE.prototype.get_popup_title = function CFSCOPE() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CLKOUTV_f.js b/js/Sinks/CLKOUTV_f.js index 653e2633..5c0a5477 100644 --- a/js/Sinks/CLKOUTV_f.js +++ b/js/Sinks/CLKOUTV_f.js @@ -44,6 +44,10 @@ function CLKOUTV_f() { } return new EventOutBlock(this.x); } + CLKOUTV_f.prototype.get_popup_title = function CLKOUTV_f() { + var set_param_popup_title = msprintf("Set %s block parameters","CLKOUTV_f"); + return set_param_popup_title; + } CLKOUTV_f.prototype.getinputs = function CLKOUTV_f() { this.x = orig[1-1]+sz[1-1]/2; var y = orig[2-1]+sz[2-1]; diff --git a/js/Sinks/CLKOUT_f.js b/js/Sinks/CLKOUT_f.js index b3e7f946..43d0d2d9 100644 --- a/js/Sinks/CLKOUT_f.js +++ b/js/Sinks/CLKOUT_f.js @@ -47,4 +47,8 @@ function CLKOUT_f() { } return new BasicBlock(this.x); } + CLKOUT_f.prototype.get_popup_title = function CLKOUT_f() { + var set_param_popup_title = "Set Event Output block parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CMAT3D.js b/js/Sinks/CMAT3D.js index b220e9f2..458fc1bd 100644 --- a/js/Sinks/CMAT3D.js +++ b/js/Sinks/CMAT3D.js @@ -77,4 +77,8 @@ function CMAT3D() { } return new BasicBlock(this.x); } + CMAT3D.prototype.get_popup_title = function CMAT3D() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CMATVIEW.js b/js/Sinks/CMATVIEW.js index e06541ac..ee830f2e 100644 --- a/js/Sinks/CMATVIEW.js +++ b/js/Sinks/CMATVIEW.js @@ -69,4 +69,8 @@ function CMATVIEW() { } return new BasicBlock(this.x); } + CMATVIEW.prototype.get_popup_title = function CMATVIEW() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CMSCOPE.js b/js/Sinks/CMSCOPE.js index e45ce629..58fd6fbe 100644 --- a/js/Sinks/CMSCOPE.js +++ b/js/Sinks/CMSCOPE.js @@ -152,4 +152,8 @@ function CMSCOPE() { } return new BasicBlock(this.x); } + CMSCOPE.prototype.get_popup_title = function CMSCOPE() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CSCOPE.js b/js/Sinks/CSCOPE.js index 4ad77d3d..15391c27 100644 --- a/js/Sinks/CSCOPE.js +++ b/js/Sinks/CSCOPE.js @@ -119,4 +119,8 @@ function CSCOPE() { } return new BasicBlock(this.x); } + CSCOPE.prototype.get_popup_title = function CSCOPE() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CSCOPXY.js b/js/Sinks/CSCOPXY.js index d42f46e5..722bc627 100644 --- a/js/Sinks/CSCOPXY.js +++ b/js/Sinks/CSCOPXY.js @@ -125,4 +125,8 @@ function CSCOPXY() { } return new BasicBlock(this.x); } + CSCOPXY.prototype.get_popup_title = function CSCOPXY() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/CSCOPXY3D.js b/js/Sinks/CSCOPXY3D.js index 3e73e43c..6c431859 100644 --- a/js/Sinks/CSCOPXY3D.js +++ b/js/Sinks/CSCOPXY3D.js @@ -138,4 +138,8 @@ function CSCOPXY3D() { } return new BasicBlock(this.x); } + CSCOPXY3D.prototype.get_popup_title = function CSCOPXY3D() { + var set_param_popup_title = "Set Scope parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/OUTIMPL_f.js b/js/Sinks/OUTIMPL_f.js index 0b4f8293..def387fa 100644 --- a/js/Sinks/OUTIMPL_f.js +++ b/js/Sinks/OUTIMPL_f.js @@ -56,4 +56,8 @@ function OUTIMPL_f() { } return new ImplicitOutBlock(this.x); } + OUTIMPL_f.prototype.get_popup_title = function OUTIMPL_f() { + var set_param_popup_title = msprintf("Set %s block parameters","OUTIMPL_f"); + return set_param_popup_title; + } } diff --git a/js/Sinks/OUT_f.js b/js/Sinks/OUT_f.js index 0b644878..7744fa51 100644 --- a/js/Sinks/OUT_f.js +++ b/js/Sinks/OUT_f.js @@ -49,4 +49,8 @@ function OUT_f() { } return new ExplicitOutBlock(this.x); } + OUT_f.prototype.get_popup_title = function OUT_f() { + var set_param_popup_title = msprintf("Set %s block parameters","OUT_f"); + return set_param_popup_title; + } } diff --git a/js/Sinks/TOWS_c.js b/js/Sinks/TOWS_c.js index f07c35d0..5e72d179 100644 --- a/js/Sinks/TOWS_c.js +++ b/js/Sinks/TOWS_c.js @@ -76,4 +76,8 @@ function TOWS_c() { } return new BasicBlock(this.x); } + TOWS_c.prototype.get_popup_title = function TOWS_c() { + var set_param_popup_title = "Set Xcos buffer block"; + return set_param_popup_title; + } } diff --git a/js/Sinks/TRASH_f.js b/js/Sinks/TRASH_f.js index bd5dea22..0d53e5ed 100644 --- a/js/Sinks/TRASH_f.js +++ b/js/Sinks/TRASH_f.js @@ -22,4 +22,8 @@ function TRASH_f() { TRASH_f.prototype.set = function TRASH_f() { return new BasicBlock(this.x); } + TRASH_f.prototype.get_popup_title = function TRASH_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Sinks/WFILE_f.js b/js/Sinks/WFILE_f.js index 00d25edb..642acd41 100644 --- a/js/Sinks/WFILE_f.js +++ b/js/Sinks/WFILE_f.js @@ -100,4 +100,8 @@ function WFILE_f() { } return new BasicBlock(this.x); } + WFILE_f.prototype.get_popup_title = function WFILE_f() { + var set_param_popup_title = msprintf("Set %s block parameters","WFILE_f"); + return set_param_popup_title; + } } diff --git a/js/Sinks/WRITEAU_f.js b/js/Sinks/WRITEAU_f.js index 1ddffb03..9e6f13bf 100644 --- a/js/Sinks/WRITEAU_f.js +++ b/js/Sinks/WRITEAU_f.js @@ -73,4 +73,8 @@ function WRITEAU_f() { } return new BasicBlock(this.x); } + WRITEAU_f.prototype.get_popup_title = function WRITEAU_f() { + var set_param_popup_title = msprintf("Set %s block parameters","WRITEAU_f"); + return set_param_popup_title; + } } diff --git a/js/Sinks/WRITEC_f.js b/js/Sinks/WRITEC_f.js index b4eea5fe..af8d3aae 100644 --- a/js/Sinks/WRITEC_f.js +++ b/js/Sinks/WRITEC_f.js @@ -103,4 +103,8 @@ function WRITEC_f() { } return new BasicBlock(this.x); } + WRITEC_f.prototype.get_popup_title = function WRITEC_f() { + var set_param_popup_title = msprintf("Set %s block parameters","WRITEC_f"); + return set_param_popup_title; + } } diff --git a/js/Sources/CLKINV_f.js b/js/Sources/CLKINV_f.js index 8462599e..0bef1a8a 100644 --- a/js/Sources/CLKINV_f.js +++ b/js/Sources/CLKINV_f.js @@ -47,4 +47,8 @@ function CLKINV_f() { } return new EventInBlock(this.x); } + CLKINV_f.prototype.get_popup_title = function CLKINV_f() { + var set_param_popup_title = msprintf("Set %s block parameters","CLKINV_f"); + return set_param_popup_title; + } } diff --git a/js/Sources/CLKIN_f.js b/js/Sources/CLKIN_f.js index 4025cf52..9ab117f1 100644 --- a/js/Sources/CLKIN_f.js +++ b/js/Sources/CLKIN_f.js @@ -47,4 +47,8 @@ function CLKIN_f() { } return new BasicBlock(this.x); } + CLKIN_f.prototype.get_popup_title = function CLKIN_f() { + var set_param_popup_title = "Set Event Input block parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/CLOCK_c.js b/js/Sources/CLOCK_c.js index 851894ab..2c7afa61 100644 --- a/js/Sources/CLOCK_c.js +++ b/js/Sources/CLOCK_c.js @@ -96,4 +96,8 @@ function CLOCK_c() { var typ = newpar; return new BasicBlock(this.x); } + CLOCK_c.prototype.get_popup_title = function CLOCK_c() { + var set_param_popup_title = msprintf("Set %s block parameters","CLOCK_c"); + return set_param_popup_title; + } } diff --git a/js/Sources/CLOCK_f.js b/js/Sources/CLOCK_f.js index ecdc94c0..2a1a0c13 100644 --- a/js/Sources/CLOCK_f.js +++ b/js/Sources/CLOCK_f.js @@ -97,4 +97,8 @@ function CLOCK_f() { var typ = newpar; return new BasicBlock(this.x); } + CLOCK_f.prototype.get_popup_title = function CLOCK_f() { + var set_param_popup_title = "Set Clock block parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/CONST.js b/js/Sources/CONST.js index c953464e..622aa076 100644 --- a/js/Sources/CONST.js +++ b/js/Sources/CONST.js @@ -50,4 +50,8 @@ function CONST() { } return new BasicBlock(this.x); } + CONST.prototype.get_popup_title = function CONST() { + var set_param_popup_title = "Set Contant Block"; + return set_param_popup_title; + } } diff --git a/js/Sources/CONST_f.js b/js/Sources/CONST_f.js index 20613408..f1eeacb5 100644 --- a/js/Sources/CONST_f.js +++ b/js/Sources/CONST_f.js @@ -46,4 +46,8 @@ function CONST_f() { } return new BasicBlock(this.x); } + CONST_f.prototype.get_popup_title = function CONST_f() { + var set_param_popup_title = "Set Contant Block"; + return set_param_popup_title; + } } diff --git a/js/Sources/CONST_m.js b/js/Sources/CONST_m.js index 7516aac2..947dfa5a 100644 --- a/js/Sources/CONST_m.js +++ b/js/Sources/CONST_m.js @@ -77,4 +77,8 @@ function CONST_m() { } return new BasicBlock(this.x); } + CONST_m.prototype.get_popup_title = function CONST_m() { + var set_param_popup_title = msprintf("Set %s block parameters","CONST_m"); + return set_param_popup_title; + } } diff --git a/js/Sources/CURVE_c.js b/js/Sources/CURVE_c.js index a64f7824..273e3152 100644 --- a/js/Sources/CURVE_c.js +++ b/js/Sources/CURVE_c.js @@ -163,4 +163,8 @@ function CURVE_c() { } return new BasicBlock(this.x); } + CURVE_c.prototype.get_popup_title = function CURVE_c() { + var set_param_popup_title = "Spline data"; + return set_param_popup_title; + } } diff --git a/js/Sources/CURV_f.js b/js/Sources/CURV_f.js index 4d7dcf7e..1f0e2acc 100644 --- a/js/Sources/CURV_f.js +++ b/js/Sources/CURV_f.js @@ -66,4 +66,8 @@ function CURV_f() { } return new BasicBlock(this.x); } + CURV_f.prototype.get_popup_title = function CURV_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/Counter.js b/js/Sources/Counter.js index e7dc1018..6bef916b 100644 --- a/js/Sources/Counter.js +++ b/js/Sources/Counter.js @@ -56,4 +56,8 @@ function Counter() { } return new BasicBlock(this.x); } + Counter.prototype.get_popup_title = function Counter() { + var set_param_popup_title = msprintf("Set %s block parameters","Counter"); + return set_param_popup_title; + } } diff --git a/js/Sources/FROMWSB.js b/js/Sources/FROMWSB.js index e8e2d6ef..010774a2 100644 --- a/js/Sources/FROMWSB.js +++ b/js/Sources/FROMWSB.js @@ -82,4 +82,8 @@ function FROMWSB() { var typ = newpar; return new BasicBlock(this.x); } + FROMWSB.prototype.get_popup_title = function FROMWSB() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/FROMWS_c.js b/js/Sources/FROMWS_c.js index 6243ec1c..208c8665 100644 --- a/js/Sources/FROMWS_c.js +++ b/js/Sources/FROMWS_c.js @@ -82,4 +82,8 @@ function FROMWS_c() { } return new BasicBlock(this.x); } + FROMWS_c.prototype.get_popup_title = function FROMWS_c() { + var set_param_popup_title = "Set From_Workspace block parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/GENSIN_f.js b/js/Sources/GENSIN_f.js index 9f5b887a..5563c011 100644 --- a/js/Sources/GENSIN_f.js +++ b/js/Sources/GENSIN_f.js @@ -57,4 +57,8 @@ function GENSIN_f() { } return new BasicBlock(this.x); } + GENSIN_f.prototype.get_popup_title = function GENSIN_f() { + var set_param_popup_title = msprintf("Set %s block parameters","GENSIN_f"); + return set_param_popup_title; + } } diff --git a/js/Sources/GENSQR_f.js b/js/Sources/GENSQR_f.js index 3f5cfe62..649ac7e3 100644 --- a/js/Sources/GENSQR_f.js +++ b/js/Sources/GENSQR_f.js @@ -46,4 +46,8 @@ function GENSQR_f() { } return new BasicBlock(this.x); } + GENSQR_f.prototype.get_popup_title = function GENSQR_f() { + var set_param_popup_title = "Set Square generator block parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/GEN_SQR.js b/js/Sources/GEN_SQR.js index ff8fd705..975a9aab 100644 --- a/js/Sources/GEN_SQR.js +++ b/js/Sources/GEN_SQR.js @@ -106,4 +106,8 @@ function GEN_SQR() { } return new BasicBlock(this.x); } + GEN_SQR.prototype.get_popup_title = function GEN_SQR() { + var set_param_popup_title = Btitre; + return set_param_popup_title; + } } diff --git a/js/Sources/Ground_g.js b/js/Sources/Ground_g.js index 77b7d78c..ed2dcfee 100644 --- a/js/Sources/Ground_g.js +++ b/js/Sources/Ground_g.js @@ -27,4 +27,8 @@ function Ground_g() { Ground_g.prototype.set = function Ground_g() { return new BasicBlock(this.x); } + Ground_g.prototype.get_popup_title = function Ground_g() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/INIMPL_f.js b/js/Sources/INIMPL_f.js index f0ea4798..2ec7e18a 100644 --- a/js/Sources/INIMPL_f.js +++ b/js/Sources/INIMPL_f.js @@ -56,4 +56,8 @@ function INIMPL_f() { } return new ImplicitInBlock(this.x); } + INIMPL_f.prototype.get_popup_title = function INIMPL_f() { + var set_param_popup_title = msprintf("Set %s block parameters","INIMPL_f"); + return set_param_popup_title; + } } diff --git a/js/Sources/IN_f.js b/js/Sources/IN_f.js index 2503474d..4961bb74 100644 --- a/js/Sources/IN_f.js +++ b/js/Sources/IN_f.js @@ -67,4 +67,8 @@ function IN_f() { } return new ExplicitInBlock(this.x); } + IN_f.prototype.get_popup_title = function IN_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/Modulo_Count.js b/js/Sources/Modulo_Count.js index b87703f3..700f8242 100644 --- a/js/Sources/Modulo_Count.js +++ b/js/Sources/Modulo_Count.js @@ -52,4 +52,8 @@ function Modulo_Count() { } return new BasicBlock(this.x); } + Modulo_Count.prototype.get_popup_title = function Modulo_Count() { + var set_param_popup_title = msprintf("Set %s block parameters","Modulo_Count"); + return set_param_popup_title; + } } diff --git a/js/Sources/PULSE_SC.js b/js/Sources/PULSE_SC.js index 9a07b14e..829a03c4 100644 --- a/js/Sources/PULSE_SC.js +++ b/js/Sources/PULSE_SC.js @@ -102,4 +102,8 @@ function PULSE_SC() { } return new BasicBlock(this.x); } + PULSE_SC.prototype.get_popup_title = function PULSE_SC() { + var set_param_popup_title = Btitre; + return set_param_popup_title; + } } diff --git a/js/Sources/RAMP.js b/js/Sources/RAMP.js index 92b6aeaf..e16ff3d8 100644 --- a/js/Sources/RAMP.js +++ b/js/Sources/RAMP.js @@ -52,4 +52,8 @@ function RAMP() { } return new BasicBlock(this.x); } + RAMP.prototype.get_popup_title = function RAMP() { + var set_param_popup_title = msprintf("Set %s block parameters","RAMP"); + return set_param_popup_title; + } } diff --git a/js/Sources/RAND_f.js b/js/Sources/RAND_f.js index 6e841ab6..574ed4e6 100644 --- a/js/Sources/RAND_f.js +++ b/js/Sources/RAND_f.js @@ -66,4 +66,8 @@ function RAND_f() { } return new BasicBlock(this.x); } + RAND_f.prototype.get_popup_title = function RAND_f() { + var set_param_popup_title = "Set Random generator block parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/RAND_m.js b/js/Sources/RAND_m.js index d32ff342..2ef1a248 100644 --- a/js/Sources/RAND_m.js +++ b/js/Sources/RAND_m.js @@ -95,4 +95,8 @@ function RAND_m() { } return new BasicBlock(this.x); } + RAND_m.prototype.get_popup_title = function RAND_m() { + var set_param_popup_title = "Set Random generator block parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/READAU_f.js b/js/Sources/READAU_f.js index 2a49387c..8b9cce2f 100644 --- a/js/Sources/READAU_f.js +++ b/js/Sources/READAU_f.js @@ -92,4 +92,8 @@ function READAU_f() { } return new BasicBlock(this.x); } + READAU_f.prototype.get_popup_title = function READAU_f() { + var set_param_popup_title = msprintf("Set %s block parameters","READAU_f"); + return set_param_popup_title; + } } diff --git a/js/Sources/READC_f.js b/js/Sources/READC_f.js index f7e46f6f..37ca7bfe 100644 --- a/js/Sources/READC_f.js +++ b/js/Sources/READC_f.js @@ -137,4 +137,8 @@ function READC_f() { } return new BasicBlock(this.x); } + READC_f.prototype.get_popup_title = function READC_f() { + var set_param_popup_title = msprintf("Set %s block parameters","READC_f"); + return set_param_popup_title; + } } diff --git a/js/Sources/RFILE_f.js b/js/Sources/RFILE_f.js index e2c2e9e3..7fc307df 100644 --- a/js/Sources/RFILE_f.js +++ b/js/Sources/RFILE_f.js @@ -119,4 +119,8 @@ function RFILE_f() { } return new BasicBlock(this.x); } + RFILE_f.prototype.get_popup_title = function RFILE_f() { + var set_param_popup_title = msprintf("Set %s block parameters","RFILE_f"); + return set_param_popup_title; + } } diff --git a/js/Sources/SAWTOOTH_f.js b/js/Sources/SAWTOOTH_f.js index 52908988..e15946ec 100644 --- a/js/Sources/SAWTOOTH_f.js +++ b/js/Sources/SAWTOOTH_f.js @@ -22,4 +22,8 @@ function SAWTOOTH_f() { SAWTOOTH_f.prototype.set = function SAWTOOTH_f() { return new BasicBlock(this.x); } + SAWTOOTH_f.prototype.get_popup_title = function SAWTOOTH_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/STEP.js b/js/Sources/STEP.js index d101a991..79070f6e 100644 --- a/js/Sources/STEP.js +++ b/js/Sources/STEP.js @@ -75,4 +75,8 @@ function STEP() { } return new BasicBlock(this.x); } + STEP.prototype.get_popup_title = function STEP() { + var set_param_popup_title = msprintf("Set %s block parameters","STEP_FUNCTION"); + return set_param_popup_title; + } } diff --git a/js/Sources/STEP_FUNCTION.js b/js/Sources/STEP_FUNCTION.js index e5f0f4fc..5caf7500 100644 --- a/js/Sources/STEP_FUNCTION.js +++ b/js/Sources/STEP_FUNCTION.js @@ -118,4 +118,8 @@ function STEP_FUNCTION() { var typ = newpar; return new BasicBlock(this.x); } + STEP_FUNCTION.prototype.get_popup_title = function STEP_FUNCTION() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/SampleCLK.js b/js/Sources/SampleCLK.js index cedce089..a69d9f54 100644 --- a/js/Sources/SampleCLK.js +++ b/js/Sources/SampleCLK.js @@ -58,4 +58,8 @@ function SampleCLK() { needcompile = resume(needcompile) return new BasicBlock(this.x); } + SampleCLK.prototype.get_popup_title = function SampleCLK() { + var set_param_popup_title = "Set block parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/Sigbuilder.js b/js/Sources/Sigbuilder.js index 7c978791..775c775f 100644 --- a/js/Sources/Sigbuilder.js +++ b/js/Sources/Sigbuilder.js @@ -87,4 +87,8 @@ function Sigbuilder() { var typ = newpar; return new BasicBlock(this.x); } + Sigbuilder.prototype.get_popup_title = function Sigbuilder() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/TIME_f.js b/js/Sources/TIME_f.js index c2016057..ad06fe4c 100644 --- a/js/Sources/TIME_f.js +++ b/js/Sources/TIME_f.js @@ -19,4 +19,8 @@ function TIME_f() { TIME_f.prototype.set = function TIME_f() { return new BasicBlock(this.x); } + TIME_f.prototype.get_popup_title = function TIME_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Sources/TKSCALE.js b/js/Sources/TKSCALE.js index e0ea58b3..a1a08bf3 100644 --- a/js/Sources/TKSCALE.js +++ b/js/Sources/TKSCALE.js @@ -41,4 +41,8 @@ function TKSCALE() { } return new BasicBlock(this.x); } + TKSCALE.prototype.get_popup_title = function TKSCALE() { + var set_param_popup_title = "Set scale block parameters"; + return set_param_popup_title; + } } diff --git a/js/Threshold/GENERAL_f.js b/js/Threshold/GENERAL_f.js index 40d34677..f89809b1 100644 --- a/js/Threshold/GENERAL_f.js +++ b/js/Threshold/GENERAL_f.js @@ -66,4 +66,8 @@ function GENERAL_f() { } return new BasicBlock(this.x); } + GENERAL_f.prototype.get_popup_title = function GENERAL_f() { + var set_param_popup_title = "Set General Zero-Crossing parameters"; + return set_param_popup_title; + } } diff --git a/js/Threshold/NEGTOPOS_f.js b/js/Threshold/NEGTOPOS_f.js index aa053226..d11b69df 100644 --- a/js/Threshold/NEGTOPOS_f.js +++ b/js/Threshold/NEGTOPOS_f.js @@ -24,4 +24,8 @@ function NEGTOPOS_f() { this.x.model.firing = -1; return new BasicBlock(this.x); } + NEGTOPOS_f.prototype.get_popup_title = function NEGTOPOS_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Threshold/POSTONEG_f.js b/js/Threshold/POSTONEG_f.js index 7847c1a1..dcd8a98a 100644 --- a/js/Threshold/POSTONEG_f.js +++ b/js/Threshold/POSTONEG_f.js @@ -25,4 +25,8 @@ function POSTONEG_f() { this.x.model.firing = [-1]; return new BasicBlock(this.x); } + POSTONEG_f.prototype.get_popup_title = function POSTONEG_f() { + var set_param_popup_title = "Set parameters"; + return set_param_popup_title; + } } diff --git a/js/Threshold/ZCROSS_f.js b/js/Threshold/ZCROSS_f.js index 28cddce5..c93d0b90 100644 --- a/js/Threshold/ZCROSS_f.js +++ b/js/Threshold/ZCROSS_f.js @@ -55,4 +55,8 @@ function ZCROSS_f() { } return new BasicBlock(this.x); } + ZCROSS_f.prototype.get_popup_title = function ZCROSS_f() { + var set_param_popup_title = "Set Zero-Crossing parameters"; + return set_param_popup_title; + } } |