HP Forums

Full Version: (42) GTX - Find Antenna Transmit Gain of an earth station during its acceptance test
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(42) GTX - Finding Antenna Transmit Gain performance of an earth station, during its field acceptance test

Dear All

Program for Finding Antenna Transmit Gain performance of an earth station; during its field acceptance test; to be used with "HP Solver" built-in application.

Attachments:

- Program documentation, including example, math equations, how to use explanations, source code, etc; (xlsx and pdf)

- Source code in RAW format file (zip)

Code:

00 { 86-Byte Prgm }
01 LBL "GTX"
02 MVAR "GTX"
03 MVAR "ERPsC"
04 MVAR "PTX"
05 MVAR "VGsC"
06 MVAR "VGsT"
07 MVAR "AsT"
08 MVAR "AsC"
09 CLST
10 RCL "ERPsC"
11 RCL+ "VGsC"
12 RCL- "VGsT"
13 RCL+ "AsT"
14 RCL- "AsC"
15 RCL- "PTX"
16 RCL- "GTX"
17 END

Warm regards,
Reference URL's