<sensics>.getPanelList

Return a list of all the Panels in the piSight configuration

 

<sensics>.getPanelList()

 

Remarks

This command will return a list of all the Panel objects in the piSight configuration.

Return Value

List of sensics.Panel objects

Example

import sensics
sensics.piSight()

for p in sensics.getPanelList():
    print p.name