no need for spice3f5 workaround in 1 point noise analysis
This commit is contained in:
parent
d0b9259018
commit
52c445cf4c
|
|
@ -70,9 +70,6 @@ sub runNoiseTest {
|
||||||
|
|
||||||
@X=();@Noise=();
|
@X=();@Noise=();
|
||||||
$noisePin=$main::Outputs[0];
|
$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 $temperature (@main::Temperature) {
|
||||||
foreach $biasVoltage (split(/\s+/,$main::biasListSpec)) {
|
foreach $biasVoltage (split(/\s+/,$main::biasListSpec)) {
|
||||||
if ($main::fMin == $main::fMax) {
|
if ($main::fMin == $main::fMax) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue