support_command

lsst.ts.scheduler.utils.support_command(command_name: str) bool

Check if the CSC supports a particular command.

This is used to provide backward compatibility for new commands being added to the CSC.

Returns:
bool

True if the CSC interface defines the command, False otherwise.