ATPneumaticsCsc#
- class lsst.ts.atpneumatics.ATPneumaticsCsc(config_dir=None, check_if_duplicate=False, initial_state=State.STANDBY, override='', simulation_mode=0)#
Bases:
AtTcpipCscCSC for the auxiliary telescope pneumatics controller.
- Parameters:
initial_state (
salobj.Stateorint(optional)) – The initial state of the CSC. This is provided for unit testing, as real CSCs should start up inState.STANDBY, the default.
Notes
Events
cellVentsState
eStop
instrumentState
m1CoverLimitSwitches
m1CoverState
m1State
m1VentsLimitSwitches
m1VentsPosition
m2State
mainValveState
powerStatus
- Parameters:
Attributes Summary
Methods Summary
do_closeM1CellVents(data)do_closeM1Cover(data)do_closeMasterAirSupply(data)do_m1CloseAirValve(data)do_m1OpenAirValve(data)do_m1SetPressure(data)do_m2CloseAirValve(data)do_m2OpenAirValve(data)do_m2SetPressure(data)do_openM1CellVents(data)do_openM1Cover(data)do_openMasterAirSupply(data)Start the clients for the TCP/IPconnections as well as background tasks.
Attributes Documentation
- version = '2.1.5'#
Methods Documentation