create_pid_advisor_module#

ModuleHandler.create_pid_advisor_module() PIDAdvisorModule[source]#

Create an instance of the PidAdvisorModule.

The resulting Module will have the nodetree accessible. The underlying zhinst.core Module can be accessed through the raw_module property.

The new instance establishes a new session to the DataServer. New instances should therefor be created carefully since they consume resources.

The new module is not managed by toolkit. A managed instance is provided by the property pid_advisor_module.

Returns:

Created module

Return type:

PIDAdvisorModule