MockSpectrographController¶
- class lsst.ts.atspectrograph.MockSpectrographController(port: int)¶
Bases:
object
Mock Spectrograph Controller that talks over TCP/IP.
- Parameters:
- portint
TCP/IP port
Attributes Summary
Methods Summary
cmd_loop
(reader, writer)Command loop.
fwi
(val)home filter wheel
fwm
(val)Move filter wheel.
fws
(val)return filter wheel status
grm
(val)Move grating wheel.
grs
(val)return grating wheel status
gwi
(val)home filter wheel.
lsi
(val)home linear stage.
lsm
(val)Move linear stage.
lss
(val)return linear stage status
start
()Start the TCP/IP server, set start_task Done and start the command loop.
stop
([timeout])Stop the TCP/IP server.
Attributes Documentation
- host¶
- initialized¶
Methods Documentation