Reference

sim2lbuilder

sim2lbuilder.GetSimtoolDefaultSchema(simtool_name, **kwargs)

Lookup simtool’s schema by its name.

Args:

simtool_name (str): SimTool name.

**button_click (str) : name of the function callback in the schema (Default “RunSimTool”).

**button_description (str): name of describing callback in the schema (Default “Run SimTool”)

**outputs_layout (str): layout container (Default “Accordeon”)

**output (any): if passed the schema will only return this part of the schema, e.g ‘inputs’ (Default None)

Returns:

A simToolSchema dictionary containing.

name - the name of the simtool notebook if exists.

revision - the simtool revision (if installed or published).

inputs - the simtool inputs .

outputs - the simtool outputs .

layout - suggested containers layout for inputs and outputs.

Summary