This Python tool automates the extraction of critical telemetry data from a Transmitter Control Unit (TCU) web interface. It efficiently scrapes real-time metrics including power levels, PA status, voltage, and cooling system data.
The script navigates through the TCU's internal menus to gather:

Power Metrics: Forward Power, Reflected Power, ALC, and FPR.
PA Status (S3-S8): Current I(A) and Output Power Pout(W) per stage.
PDU & IPA: Input power and current for Distribution Units and Pre-amplifiers.
Power Supply: Phase readings (AB, BC, CA) and control voltages (+VA, -VA, 1.2V, 2.5V).
Environmental: Inlet/Outlet temperatures and airflow status.

Language: Python 3.x
Automation: Selenium WebDriver
Driver: ChromeDriver (matching your Chrome version)
Clone the repository:
Install dependencies:
Configure credentials: Open the script and update the USER and PASS constants at the top:

