no need for spice3f5 workaround in 1 point noise analysis
This commit is contained in:
parent
b3e50a0884
commit
06f97c1707
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue