Obtains the structure of inputs to specific wizards. For more information on using the structure, see drivewizard. This command is only available on Linux.
| Syntax | Description |
|---|---|
| getwizardinputs(“wizard_name”); |
Obtains the structure of input for the wizard given by wizard_name. Currently, the only supported wizard_name is “layout geometry wizard”. |
Example
out = getwizardinputs("layout geometry wizard");
?out;
Struct with fields:
geometry_source
layout_tool
review
?out.layout_tool{1};
source
?out.layout_tool{2};
libconfig
See Also