new_analysis_wizard(self,
analysis_type=None,
analysis_name=None,
pipe_name=None,
pipe_bundle=None)
| source code
|
Simulate the new analysis wizard, and return the analysis page.
- Parameters:
analysis_type (str) - The type of the analysis to use in the first wizard page.
analysis_name (str) - The name of the analysis to use in the first wizard page.
pipe_name (None or str) - The name of the data pipe to create, if different from the
default.
pipe_bundle (None or str) - The name of the data pipe bundle to create, if different from the
default.
|