Skip to main contentModule cli_executing
Source - execute_cli_action ๐
- Executes a structured [
CliAction], returning a tuple containing the resulting [LogLevel] and a message string. - execute_debug_command ๐
- Checks if the given string is a valid debug command and executes it.
Returns a tuple containing the resulting [
LogLevel] and a message string. - execute_implicit_cli_action ๐
- Executes an implicit CLI action sent from a client, returning a structured [
CliActionResponse]. - get_fixture_type ๐
- Queries and retrieves the type name associated with a specific fixture instance.
- move_fixture ๐
- Relocates an existing fixture instance to a new universe and channel position.
- new_fixture ๐
- Spawns a new fixture instance based on an existing fixture type at the specified universe and channel.
- new_fixture_type ๐
- Creates a new fixture type definition with the given name and channel mappings.
- remove_fixture ๐
- Removes an existing fixture instance.
- set_property_value ๐
- Updates a specific property value on a target fixture instance.
- shutdown_kernel ๐
- Handles kernel session shutdown procedures, optionally prompting the user to save changes if unspecified.