Update Altium SCH QA with rounding factors

This commit is contained in:
Seth Hillbrand 2022-07-07 12:03:18 -07:00
parent 95fcf53353
commit dac08643c3
1 changed files with 8 additions and 8 deletions

View File

@ -66,16 +66,16 @@ static const std::vector<ALTIUM_TO_KICAD_UNIT_FRAC_CASE> altium_to_kicad_unit_fr
// Decimal Places
{ "0", "1", 0 },
{ "0", "10", 0 },
{ "0", "100", 2 },
{ "0", "1000", 25 },
{ "0", "10000", 254 },
{ "1", "10000", 2794 },
{ "0", "100", 0 },
{ "0", "1000", 30 },
{ "0", "10000", 250 },
{ "1", "10000", 2790 },
{ "0", "-1", 0 },
{ "0", "-10", 0 },
{ "0", "-100", -2 },
{ "0", "-1000", -25 },
{ "0", "-10000", -254 },
{ "-1", "-10000", -2794 },
{ "0", "-100", 0 },
{ "0", "-1000", -30 },
{ "0", "-10000", -250 },
{ "-1", "-10000", -2790 },
// Edge Cases
// Clamp bigger values
// imperial rounded units as input