Skip to content

Single Process analysis

Patricia Wollstadt edited this page Jul 18, 2018 · 1 revision

In order to restrict the analysis to a specific process in the system, run the analyse_single_process method and provide process argument in addition to the required data and settings.

results = network_analysis.analyse_single_process(settings=settings,
                                                  data=data,
                                                  process=0)
Clone this wiki locally