Vizard 8 » Command Index » Vizard modules » sensics » <sensics:Panel>.visible
8.1

<sensics:Panel>.visible

Set visibility of the panel

<sensics:Panel>.visible(  
mode  
)  
mode
The visibility mode. Can be one of the following values:

viz.ON
viz.OFF
viz.TOGGLE

Remarks

This command will set the visibility of the panel. If the panel is turned off, then the color specified in the <sensics>.piSight() command will appear in place of the panel.

Return Value

None

Example

import sensics
sensics.piSight()

p = sensics.getPanel('LB3')

p.visible(viz.OFF)