hwISession IsClientLoaded
Indicates whether or not the specified client type is available in the current session.
Syntax
hwISession_handle IsClientLoaded client_name
Application
Tcl Query
Description
Returns true if the requested client is loaded; false otherwise.
Inputs
- client_name
- The name of the client for which you are querying.
Example
To determine if the "Plot" client is loaded in the current
session:
hwi GetSessionHandle mySessionName
mySessionName IsClientLoaded Plot
Errors
None.