qualisys / qtm-scripting

6 stars 3 forks source link

Write tools actions and user feedback to QTM message window instead of terminal #6

Closed schoondw closed 10 months ago

schoondw commented 11 months ago

Replaced most of the output written to terminal to QTM message window and provided more specific user feedback for tool scripts refine_rigid_body, gap_fill_presets and twin_tools.

Advantages:

All cases were tested.

ulvs commented 10 months ago

Looks good. We might look into a utility function that can take an input parameter terminal or message. For example: util.output("message", "Header", "Content")