set_summary_state¶
- async lsst.ts.salobj.set_summary_state(remote: Remote, state: State | int, override: str | None = '', timeout: float = 30) list[lsst.ts.xml.sal_enums.State] ¶
Put a CSC into the specified summary state.
- Parameters:
- Returns:
- states
list
[State
] A list of the initial summary state and all summary states this function transitioned the CSC through, ending with the desired state.
- states
- Raises:
- asyncio.TimeoutError
If the initial summary state cannot be read within the specified time limit, or any individual state transition takes longer than the specified time limit.
Notes
This function assumes the CSC is listening to SAL commands. If the CSC is not running then this function will time out (unless the last reported summary state has been cached and matches
state
.