List components
qsys_list_componentsRetrieve named components from a Q-SYS design, with optional filtering by type or name and the ability to exclude properties for quicker results.
Instructions
List named components in the running/emulated design, with type and properties (Component.GetComponents). On large designs use filter/type/names_only to trim the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Case-insensitive substring on component type (e.g. "gain", "mixer") | |
| filter | No | Case-insensitive substring; only components whose name contains it are returned | |
| names_only | No | Return only name + type per component (drop properties) to save context |