::hwat::utils::DeleteFESession - Clears the entire HM session of all data.
::hwat::utils::DeleteFESession {str_namespaceList}
str_namespaceList |
OPTIONAL – if provided a list of Tcl namespaces, those will be cleared as well. |
1 on success, {} on failure
::hwat::utils::DeleteFESession;
or
::hwat::utils::DeleteFESession [list nvd hwt];
Be careful when sending a list of namespaces to delete. Some may not be easily reloaded.