Explore the FMU Simulation Function

  1. Open the Details pane of the FMU function you just created.
  2. Click Run Test to open the API inspector in the Utility belt.
    Important: Do not run the API request.
    Figure 1.


  3. With the API inspector open, change the request method to GET and add /description to the URI. Now run the request and view the results.
    Figure 2.


  4. You can also inspect the inputs, outputs and parameters by replacing /description with /inputs, /outputs or /parameters respectively and running the request.
    Note: If you run the simulation itself, you need to reset the state of the FMU before you continue with the tutorial. You can reset the state by running PUT with /invoke/reset.