This command returns the list of components that are defined in the current
.gen
file. This list may be filtered with the optional pattern argument. Each element of the returned list is a component command that can be used to access detailed information about each particular component object.Parameters:
Returns:
- pattern
- Filter the component name. The filter may contain a glob-like pattern (with
*
or?
wildcards). Only the components whose name match the pattern will be returned.A list of component objects of classcomponent
.