Open topic with navigation
<sensics>.getPanelList
Return a list of all the Panels in the piSight configuration
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)