set_summary_state¶
-
lsst.ts.salobj.
set_summary_state
(remote, state, settingsToApply='', timeout=30)¶ Put a CSC into the specified summary state.
Parameters: - remote :
Remote
Remote for the CSC to be enabled.
- state :
State
orint
Desired summary state.
- settingsToApply :
str
orNone
SettingsToApply argument for the
start
command. Ignored unless the CSC has to be taken from stateState.STANDBY
toState.DISABLED
.- timeout :
float
Timeout for each state transition command and a possible initial summaryState read (sec).
Returns: 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
.- remote :