Open griffinac opened 7 years ago
Import block: essentially a plugin, gives more functionality to the program by adding a library of functions for the blocks to use.
Control: User drags it into the flowgraph, then assigns it an ID (for the block). User then types in the package they want to import. (In the format, “import [library]”, or “from [library] import [function]”.
Effect: Package is imported.
More effective mapping: drop down menu instead of typing in blank, free-text box
Find information about importing blocks