parameter::set_from_package_key (public)

 parameter::set_from_package_key -package_key package_key \
    -parameter parameter -value value

Defined in packages/acs-tcl/tcl/parameter-procs.tcl

sets an instance parameter for the package corresponding to package_key. Note that this makes the assumption that the package is a singleton and does not set the value for all packages corresponding to package_key. New packages should use global parameters instead.

Switches:
-package_key (required)
-parameter (required)
-value (required)

Testcases:
parameter__check_procs
[ show source ]
Show another procedure: