Control when to import data from parallel simulations into the Simulation Data Inspector
Simulink.sdi.enablePCTSupport(
configures data import into the Simulation Data Inspector from parallel workers
according to the mode specified by mode
)mode
. You can configure the
Simulation Data Inspector to import only data from local workers, or data from local
and remote workers. You can also set the mode to manual, which allows you to
manually import runs into the Simulation Data Inspector using the Simulink.sdi.sendWorkerRunToClient
function. By default, the
Simulation Data Inspector is configured for the manual import mode.
You can modify the parallel computing support mode in the Simulation Data Inspector by selecting Preferences > Parallel.
Simulink.sdi.isPCTSupportEnabled
| Simulink.sdi.sendWorkerRunToClient
| Simulink.sdi.WorkerRun