Skip to content

Commit

Permalink
Documented the new lists defined in base_script.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbovill committed Jan 22, 2024
1 parent 383d358 commit 77bd0a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/lsst/ts/IntegrationTests/base_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ class BaseScript:
A list of tuples. The tuple is the script name and a boolean.
The boolean specifies the script as Standard (True)
or External (False).
cscs : `frozenset`
An immutable set of CSCs. This is used to validate CSC state
transition commands.
csc_states : `frozenset`
An immutable set of CSC states. This is used to validate CSC state
transition commands.
processing_states : `frozenset`
An immutable set of the ScriptQueue processing states.
terminal_states : `frozenset`
Expand Down

0 comments on commit 77bd0a8

Please sign in to comment.