Less strict selftest 10 stopband criterium

pull/4/head
erikkaashoek 6 years ago
parent eb85400e0e
commit a94e9cd820

@ -201,7 +201,7 @@ VNA_SHELL_FUNCTION(cmd_deviceid)
float v = my_atoui(argv[0]);
config.deviceid = v;
} else {
shell_printf("deviceid [<number>]\r\n");
shell_printf("usage: deviceid [<number>]\r\n");
}
}

@ -2638,7 +2638,7 @@ static const struct {
{TC_SIGNAL, TP_10MHZEXTRA, 10, 8, -20, 27, -80 }, // 7 BPF loss and stop band
{TC_FLAT, TP_10MHZEXTRA, 10, 4, -18, 7, -60}, // 8 BPF pass band flatness
{TC_BELOW, TP_30MHZ, 430, 60, -80, 0, -80}, // 9 LPF cutoff
{TC_SIGNAL, TP_10MHZ_SWITCH,20, 7, -38, 10, -65 }, // 10 Switch isolation using high attenuation
{TC_SIGNAL, TP_10MHZ_SWITCH,20, 7, -38, 10, -60 }, // 10 Switch isolation using high attenuation
{TC_END, 0, 0, 0, 0, 0, 0},
{TC_MEASURE, TP_30MHZ, 30, 7, -22.5, 10, -70 }, // 12 Measure power level and noise
{TC_MEASURE, TP_30MHZ, 270, 4, -50, 10, -75 }, // 13 Measure powerlevel and noise

Loading…
Cancel
Save

Powered by TurnKey Linux.