Script to load plug-in

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Mitsuhiro Hayashibe
Posts: 10
Joined: Thu Apr 22, 2010 5:00 am

Script to load plug-in

Post by Mitsuhiro Hayashibe » Tue Jul 27, 2010 6:30 am

when we execute cmc, we can do it from script like
cmc -Setup CMCsettings_xxx.xml
but if we want to load our own plug-in module before that, how should I write the script?

is there a command to load plug-in?
thank you

User avatar
Ayman Habib
Posts: 2252
Joined: Fri Apr 01, 2005 12:24 pm

RE: Script to load plug-in

Post by Ayman Habib » Tue Jul 27, 2010 10:50 am

Hi Mitsushiro,

To load your plugin you use -L libraryName (without extension I believe) on the command line. The library needs to be in the working directory or on your path to be loaded successfully.

Please let me know if you run into problems using this method.

Cheers,
-Ayman

POST REPLY