Add-on Installation

seeq.addons.mps.__main__.cli_interface()[source]

Installs MPS as a Seeq Add-on Tool

seeq.addons.mps.__main__.install_app(sdl_url_, *, sort_key=None, permissions_group: list | None = None, permissions_users: list | None = None)[source]

Installs seeq-mps as an Add-on Tool in Seeq Workbench

Parameters:
  • sdl_url (str) – URL of the SDL container. E.g. https://my.seeq.com/data-lab/6AB49411-917E-44CC-BA19-5EE0F903100C/

  • sort_key (str, default None) – A string, typically one character letter. The sort_key determines the order in which the Add-on Tools are displayed in the tool panel

  • permissions_group (list) – Names of the Seeq groups that will have access to each tool

  • permissions_users (list) – Names of Seeq users that will have access to each tool

Returns:

- – mps Analysis will appear as Add-on Tool(s) in Seeq Workbench

Return type:

None