set_summary_state¶
- async lsst.ts.salobj.set_summary_state(remote: Remote, state: lsst.ts.salobj.sal_enums.State | int, override: str | None = '', timeout: float = 30) list[lsst.ts.salobj.sal_enums.State] ¶
Put a CSC into the specified summary state.
- Parameters:
- remote
Remote
Remote for the CSC to be enabled.
- state
State
orint
Desired summary state.
- override
str
Configuration override file to apply if the CSC is taken from state
State.STANDBY
toState.DISABLED
.- timeout
float
Timeout for each state transition command and a possible initial summaryState read (sec).
- remote
- Returns:
- 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
.