parameter::set_global_value (public)
parameter::set_global_value -package_key package_key \ -parameter parameter -value value
Defined in packages/acs-tcl/tcl/parameter-procs.tcl
Set a global package parameter. Do not confuse this with the proc "set_from_package_key", which was previously used to emulate global parameters declared for singleton packages.
- Switches:
- -package_key (required)
- identifies the package to which the global param belongs
- -parameter (required)
- which parameter's value to set
- -value (required)
- what value to set said parameter to
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- parameter__check_procs