diff options
Diffstat (limited to 'js/Electrical/SineVoltage.js')
-rw-r--r-- | js/Electrical/SineVoltage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Electrical/SineVoltage.js b/js/Electrical/SineVoltage.js index b98414de..539c503e 100644 --- a/js/Electrical/SineVoltage.js +++ b/js/Electrical/SineVoltage.js @@ -32,7 +32,7 @@ start=0; model.rpar=[V,ph,frq,offset,start]; model.sim="SineVoltage"; model.blocktype="c"; -model.dep_ut=[true,None]; +model.dep_ut=[true,false]; mo=modelica(); mo.model="SineVoltage"; mo.inputs="p"; |