Sectorial scan law count
A sectorial scan fires one focal law per angle, so the number of laws is (θ_end − θ_start)/Δθ + 1. The plus one is the law at the start angle. Multiply by the number of focal depths and by the number of groups configured to get the total the instrument must fire for every acquisition point.
Law count is the currency of a phased array setup. Every law consumes one pulse of the pulse repetition interval, so doubling the law count halves the frame rate and halves the scan speed at which data is still complete. A 1 degree step from 40 to 70 degrees costs 31 laws; the same sweep at 0.5 degrees costs 61 and buys very little, because the angular step is usually already much finer than the beam.
The sensible step is roughly half the beam divergence, so that adjacent laws overlap at better than −6 dB. Steps finer than that oversample the same beam and only cost time and file size.
laws = (θ_end − θ_start) / Δθ + 1 total laws = laws × focal depths × groups
- An angular step much finer than half the beam divergence buys nothing and costs frame rate and file size.
- Every law consumes one pulse repetition interval - law count directly sets the maximum scan speed.
Reference: General engineering - sectorial law counting.


