Activate/Deactivate Correctors or Monitors

To provide more flexibility with orbit correction two commands are provided:
USEMONITOR, STATUS=flag,
            [,SEQUENCE=sequence][,RANGE=range][,CLASS=class][,PATTERN=regex]
USEKICK,    STATUS=flag,
            [,SEQUENCE=sequence][,RANGE=range][,CLASS=class][,PATTERN=regex]
The purpose of the two commands is: Both commands have the same attributes: Example:
USE,...                          ! set working beam line 
...                              ! define imperfections 
USEKICK,STATUS=OFF,RANGE=...;    ! deactivate selected correctors 
USEMONITOR,STATUS=OFF,RANGE=...; ! deactivate selected monitors   
CORRECT,NCORR=32;                ! uses different set of correctors
USEKICK,STATUS=OFF,RANGE=...;    ! deactivate different set of correctors 
CORRECT,NCORR=32;                ! uses different set of correctors
Werner Herr 18.6.2002