diff options
author | Rahul P | 2022-01-27 12:27:35 +0530 |
---|---|---|
committer | GitHub | 2022-01-27 12:27:35 +0530 |
commit | fd42aac203c874ae49fa36c0334686762aea6d0b (patch) | |
tree | c7d3b5e0fd390cff553493d7f3f0bcc237019ac2 /src/ngspicetoModelica/NgspicetoModelica.py | |
parent | 976f6ac9be6017cfe2d9849cd0089d6cdbaad4cf (diff) | |
parent | 44119c3a384e47e7848930172ef01b355cd25ad7 (diff) | |
download | eSim-fd42aac203c874ae49fa36c0334686762aea6d0b.tar.gz eSim-fd42aac203c874ae49fa36c0334686762aea6d0b.tar.bz2 eSim-fd42aac203c874ae49fa36c0334686762aea6d0b.zip |
Merge pull request #177 from Eyantra698Sumanto/om-search
OM Search Options
Diffstat (limited to 'src/ngspicetoModelica/NgspicetoModelica.py')
-rwxr-xr-x[-rw-r--r--] | src/ngspicetoModelica/NgspicetoModelica.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngspicetoModelica/NgspicetoModelica.py b/src/ngspicetoModelica/NgspicetoModelica.py index 4df65c8d..6951e3c8 100644..100755 --- a/src/ngspicetoModelica/NgspicetoModelica.py +++ b/src/ngspicetoModelica/NgspicetoModelica.py @@ -344,7 +344,7 @@ class NgMoConverter: stat = self.mappingData["Sources"][sourceType][typ[0]] +\ ' ' + compName + '(offset = ' +\ self.getUnitVal(typ[1]) +\ - ', V = ' + self.getUnitVal(words[4]) + ', freqHz = ' +\ + ', V = ' + self.getUnitVal(words[4]) + ', f = ' +\ self.getUnitVal(words[5]) + ', startTime = ' +\ self.getUnitVal(words[6]) + ', phase = ' +\ self.getUnitVal(theta[0]) + ');' |