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

<sensics>.getPanel

Return handle to a Panel with the given name

<sensics>.getPanel(  
name  
)  
name
Name of the panel

Remarks

This command will return the Panel object with the given name. The name of the panel is specified in the piSight layout configuration file.

Return Value

sensics.Panel object or None if panel does not exist.

Example

import sensics
sensics.piSight()

p = sensics.getPanel('LB3')

p.addText('LB3',fontSize=64)