mdlIModelClient GetImportReaderInfoList
Gets the list of currently registered solver readers.
Syntax
mdlIModelClient_Handle GetImportReaderInfoList
Application
MotionView Tcl Query
Description
This command retrieves the list of solver readers currently registered with the product.
Example
hwi OpenStack
hwi GetSessionHandle sess1
sess1 GetProjectHandle pro1
pro1 GetPageHandle pa1 [pro1 GetActivePage]
pa1 GetWindowHandle win1 [pa1 GetActiveWindow]
win1 GetClientHandle mcl
set temp [mcl GetImportReaderInfoList]
puts "The registered solver readers are $temp"
mcl ReleaseHandle;
win1 ReleaseHandle;
pa1 ReleaseHandle;
pro1 ReleaseHandle;
sess1 ReleaseHandle;
hwi CloseStack;
Errors
None.