added description for js library

This commit is contained in:
sakv2e10204
2022-07-08 18:53:35 +05:30
parent 674f01ef1f
commit 6630579e73
11 changed files with 80 additions and 8 deletions

View File

@@ -1,3 +1,14 @@
/**
* @file GNPy is a open source optical network planning tool which can be used to simulate multi-vendor open optical networks. Click below to explore the tool.
* @see <a href="https://tiptool.vee-services.com/">GNPy Optical network planning tool</a>
*/
/**
* main.js
* The main.js library describes UI actions. like show/hide and update the HTML element with style based on user interaction.
* @module main
*/
let attenuator = document.querySelector('#attenuator');
let roadm = document.querySelector('#roadm');
let ILA = document.querySelector('#ILA');