Vizard 8 » Command Index » Vizard modules » sensics » <sensics>.getPanelList
8.1

<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)