Add-on Installation
- seeq.addons.constraintdetection.__main__.cli_interface()[source]
Installs Constraint Detection as a Seeq Add-on Tool
- seeq.addons.constraintdetection.__main__.install_app(sdl_url_, *, sort_key=None, permissions_group: Optional[list] = None, permissions_users: Optional[list] = None)[source]
Installs Constraint Detection 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
- – Constraint Detection will appear as Add-on Tool(s) in Seeq Workbench
- Return type
None