prepareScript: Prepare a script for executing a module in its language.

Description Usage Arguments Details Value See Also

Description

This function creates an executable script file from a module object.

Usage

1

Arguments

module

module object

Details

The script returned will include any initialisation required by conduit, followed by code to load internal inputs, followed by the module source scripts in the correct order, and ending with code to produce internal outputs for consumption by other modules.

The resulting script is saved to the current working directory.

Value

script object naming script file

See Also

Called by runModule. module


anhinton/conduit documentation built on May 10, 2019, 11:48 a.m.