matplotlib

This Page

simx.controller module

class simx.controller.Controller(ID, lp, entity_input, py_obj=None)

Bases: simx.core.core.PyEntity

A special kind of entity, only one per process, that has an id of the form (‘!’, n) where n is the rank of the process. The purpose of the controller is to house any and all services that are global in nature. Thus any service that should not be tied to a particular entity should live on the controller entity.

get_process_mgr()

Returns handle of process manager service

simx.controller.get_controller()

A helper function that returns the handle of the controller object for this process