I am looking into using python scripts in Adams instead of the command language.
So far I have found 2 examples scripts in the 'adamspy' folder and the help function also provides some examples and classes definitions. However, i feel like i am missing examples to problem solve things i encounter. Does anyone know where i could find more examples?
As an problem example; i got this simple script that creates 2 markers, and should parametrize one marker to the other marker. However, the location of the marker isn't updated. Do i need to call an mod.update() or something?
You can simply workaround this by creating a dummy model (in addition to your original model) and delete it immediately. You can add this to end of your code and markers will get refreshed.
You can simply workaround this by creating a dummy model (in addition to your original model) and delete it immediately. You can add this to end of your code and markers will get refreshed.