CreateModuleList¶
- MacroModule¶
genre
author
package
definition
see also
keywords
Purpose¶
Create a list of modules by name prefix, or by package.
Usage¶
Enter the desired prefix (Name Prefix), or choose the desired package (In Package), and press Create.
Windows¶
Default Panel¶
Output Fields¶
outDependencies¶
- name: outDependencies, type: MLBase¶
An object that implements the Dependencies interface and contains the modules matching the prefix options.
Parameter Fields¶
Field Index¶
|
|
|
|
|
|
|
Visible Fields¶
Create¶
- name: create, type: Trigger¶
Trigger this to create a module list.
Select by Prefix¶
- name: inSelectByPrefix, type: Bool, default: FALSE¶
If checked, the output contains only modules that match the prefix options. If unchecked, the output contains all known modules.
Name Prefix¶
- name: inNamePrefix, type: String¶
Prefix to match in module names.
Case-sensitive Prefix¶
- name: inPrefixIsCaseSensitive, type: Bool, default: FALSE¶
If checked, the prefix is matched case-sensitive. If unchecked, prefixes and names are matched in lower case.
Select by Package¶
- name: inSelectByPackage, type: Bool, default: FALSE¶
If checked, the output contains only modules from the selected package.
In Package¶
- name: inPackage, type: String¶
Package to get modules from.