Skip to content

Commit

Permalink
updated readme warning msg
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozmaNTIA committed Jul 3, 2019
1 parent 9b8b00a commit 4214a44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Possible return codes, including the corresponding defined constant name as defi
| 7 | `ERROR_VALIDATION__PERCENT_LOW` | Time percentage must be >= 0.01 |
| 8 | `ERROR_VALIDATION__PERCENT_HIGH` | Time percentage must be <= 0.99 |
| 10 | `ERROR_HEIGHT_AND_DISTANCE` | Terminals are occupying the same point in space (they are the same height and 0 km apart) |
| 0xFF1 | `WARNING__DFRAC_TROPO_REGION` | Warning that the diffraction and troposcatter model may not be physically consistent with each other. Caution should be taken when using the results |
| 0xFF2 | `WARNING__LOW_FREQUENCY` | Warning that the entered frequency is between 100 MHz and 125 MHz. Although this is below the lower limit specified in P.528-4, the model will calculate a predicted loss as the underlying theory is not violated |
| 0xFF1 | `WARNING__DFRAC_TROPO_REGION` | Warning that the diffraction and troposcatter model may not be physically consistent with each other. Caution should be taken when using the result |
| 0xFF2 | `WARNING__LOW_FREQUENCY` | Warning that the entered frequency is less than the lower limit specified in P.528. Caution should be taken when using the result |

Note: Return codes over 0xFF0 signify warnings occured in the calculation. Use bitwise OR operations to diagnosis, as more than one warning could be possible.

Expand Down

0 comments on commit 4214a44

Please sign in to comment.