summaryrefslogtreecommitdiff
path: root/js/Sources/PULSE_SC.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/Sources/PULSE_SC.js')
-rw-r--r--js/Sources/PULSE_SC.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/js/Sources/PULSE_SC.js b/js/Sources/PULSE_SC.js
index bed27f9c..a24a6696 100644
--- a/js/Sources/PULSE_SC.js
+++ b/js/Sources/PULSE_SC.js
@@ -50,7 +50,10 @@ function PULSE_SC() {
}
PULSE_SC.prototype.get = function PULSE_SC() {
var options = {
- scicos_context.E:[this.Bitems,this.scicos_context.E],
+ scicos_context.E:["Phase delay (secs):",this.scicos_context.E],
+ scicos_context.W:["Pulse Width (% of period):",this.scicos_context.W],
+ scicos_context.F:["Period (secs):",this.scicos_context.F],
+ scicos_context.A:["Amplitude:",this.scicos_context.A],
}
return options;
}