diff options
Diffstat (limited to 'js/Electrical/VVsourceAC.js')
-rw-r--r-- | js/Electrical/VVsourceAC.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/VVsourceAC.js b/js/Electrical/VVsourceAC.js index a383f6fa..eb46d55f 100644 --- a/js/Electrical/VVsourceAC.js +++ b/js/Electrical/VVsourceAC.js @@ -22,7 +22,7 @@ break } VVsourceAC.prototype.define = function VVsourceAC() { model=scicos_model(); -model.in=[1,1]; +model.in1=[1,1]; model.out=[1]; VA=220; FR=50; |