moving repo from git to local repo

This commit is contained in:
2026-06-02 13:16:11 -04:00
commit bff54c76e7
106 changed files with 298385 additions and 0 deletions
@@ -0,0 +1,10 @@
# Definitional proc to organize widgets for parameters.
proc init_gui { IPINST } {
ipgui::add_param $IPINST -name "Component_Name"
#Adding Page
ipgui::add_page $IPINST -name "Page 0"
}