Step 1: Start Recording / Verify Recorded Process

Start Recording

  1. Create a new database from File > New

  2. Select the "Connecting_Rod" folder and click select folder button.

  3. Select Python as scripting format and click Ok

  4. Go to Scripting > Record

  5. Now, SimLab is ready to record the process as Python script

Verify Recorded Process

  1. Go to "Connecting_Rod" folder and open the file named "Connecting_Rod.simlabscript" ("<script current location folder name >.simlabscript") in any text editor. This will be created automatically once we start recording the process.

  2. This file will get updated dynamically for each successful process that preformed in SimLab. For example: after CAD import, this file will get updated with the CAD import process.

Note: Failed operations will not be recorded in script.

It is not mandatory to provide set working folder and language options. But if user changes them, it will be stored and retrieved back even if the application is closed and opened next time.