Skip to main content
Skip table of contents

utilities - module

Die nachfolgenden Inhalte sind nur in englischer Sprache verfügbar.

The module module provides a function for opening a module in a specific session

Functions

FunctionParametersReturn ValueDescription
open_module(session_id, module_id, parameters=None)

session_id: The numerical ID of a session

module_id: The ID of the module to open


parameters: A optional dictionary of parameters that will be passed to on_web_load



Opens a module in the specified session


Can raise the following exceptions:

        server.SessionNotFoundException when no session with the given ID exists
        server.ModuleNotFoundException when no module with the given ID exists
        server.ModuleDictionaryException when the parameters couldn't be handled

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.