Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 669 Bytes

readme.md

File metadata and controls

22 lines (15 loc) · 669 Bytes

Mach 30 Simple Link Budget Calculator

Simple Link Budget Calculator in Python using Pint for Units

Running Link Budget Calculator Tests

  1. Open CLI
  2. Change to the project root directory (aka the cloned repo)
  3. Run python -m tests.test_link_budget

Running example script

  1. Open CLI
  2. Change to the project root directory (aka the cloned repo)
  3. Run cd examples
  4. Run python example_basic.py

Other Similar Projects