plot_display
Display an IC-CAP plot in the GUI by providing its plot path. Use asynchronous mode for broker-managed jobs to avoid blocking the UI thread.
Instructions
Display a Plot in the IC-CAP GUI. Use run_async=true for a broker-managed job; direct gateway execution remains on the UI thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plot_path | Yes | Plot object path, e.g. '/model/dut/setup/id_vg' | |
| run_async | No | Submit as a managed broker job | |
| timeout_seconds | No | Timeout when run_async=false |