no need for spice3f5 workaround in 1 point noise analysis

This commit is contained in:
dwarning 2017-08-11 08:33:43 +02:00
parent d0b9259018
commit 52c445cf4c
1 changed files with 0 additions and 3 deletions

View File

@ -70,9 +70,6 @@ sub runNoiseTest {
@X=();@Noise=();
$noisePin=$main::Outputs[0];
if ($main::fMin == $main::fMax) {
$main::frequencySpec="lin 0 $main::fMin ".(10*$main::fMin); # spice3f5 bug workaround
}
foreach $temperature (@main::Temperature) {
foreach $biasVoltage (split(/\s+/,$main::biasListSpec)) {
if ($main::fMin == $main::fMax) {