Login Page - Create Account

Support Board


Date/Time: Fri, 20 Jun 2025 06:24:48 +0000



Post From: what does this equation means?

[2022-06-10 09:10:11]
User576648 - Posts: 26
what does this equation mean if used in the delta footprint chart?

=OR(
AND(
AVAP(H, 0) - BVAP(H, 0) >= 100,
AVAP(H-TICKSIZE*1, 0) - BVAP(H-TICKSIZE*1, 0) >=100),
AND(
AVAP(H, 0) - BVAP(H, 0) >= 95,
AVAP(H-TICKSIZE*2, 0) - BVAP(H-TICKSIZE*2, 0) >=100),
AND(
AVAP(H-TICKSIZE*1, 0) - BVAP(H-TICKSIZE*1, 0) >=100,
AVAP(H-TICKSIZE*2, 0) - BVAP(H-TICKSIZE*2, 0) >=100))