Fix layout silkscreen etc.

This commit is contained in:
Mario Hüttel 2021-04-05 21:20:18 +02:00
parent 8df327ad5a
commit b309c56ed0
2 changed files with 2781 additions and 2779 deletions

View File

@ -92,7 +92,9 @@ else:
if ratio < ratio_range[0] or ratio > ratio_range[1]:
print('Ratio is outside recommended limits!')
else:
print('Resistance ratio is inside recommended limits')
# Loop stability
cfb = 1 / (2 * np.pi * 20e3 * r1 )
print(f'Loop stability capacitor value: {cfb} F')
print(f'Loop stability capacitor value: {cfb} F')

File diff suppressed because it is too large Load Diff