18 lines
8.3 KiB
Plaintext
18 lines
8.3 KiB
Plaintext
[03:04:21] WARNING Exception
|
|
Ignoring assignment of `C17513` to `lcsc` on `rx_protection_resistor`
|
|
Source: main.ato:54:7
|
|
53
|
|
❱ 54 module App:
|
|
55 │ # --- Signals and Power ---
|
|
Code causing the error:
|
|
Source: main.ato:81:4
|
|
80 │ rx_protection_resistor.resistance = 1kohm +/- 5%
|
|
❱ 81 │ rx_protection_resistor.lcsc = "C17513"
|
|
82
|
|
DEBUG Assignment: power_filter_cap.capacitance [power_filter_cap.capacitance] := [376µF, 564µF]
|
|
DEBUG Constraining power_filter_cap.capacitance to [376µF, 564µF]
|
|
DEBUG Assignment: power_filter_cap.voltage [power_filter_cap.voltage] := [10V]
|
|
DEBUG Constraining power_filter_cap.voltage to [10V]
|
|
DEBUG Assignment: rx_protection_resistor.resistance [rx_protection_resistor.resistance] := [1kΩ ± 5.00%]
|
|
DEBUG Constraining rx_protection_resistor.resistance to [1kΩ ± 5.00%]
|