Tile Interface ============== The tile and `station `_ Python classes were originally created to the enable control of the AAVS (Aperture Array Verification System) prototype station deployments, AAVS1, AAVS2 and AAVS3. With the aim of demonstrating and to de-risking the development of the signal processing chain. The tile object and its methods now provide monitoring and control API for the Tile Processing Modules to the SKA-Low telescopes Monitor Control & Calibration System (MCCS). As there are many tile methods that providing board status "health" reporting, these have been separated into a Tile Health Monitor Mixin Class, must be inherited by the Tile Python class. Tile ---- .. automodule:: ska_low_sps_tpm_api.tile :special-members: __init__,__str__,__getitem__,__setitem__,__getattr__, .. automodule:: ska_low_sps_tpm_api.tile_health_monitor