This function is used in Python Scripting.

Description

Enables or disables the component quality overlay system.

Client Permission Restrictions

This scripting function has no Client Permission restrictions.

Syntax

system.tag.setOverlaysEnabled(enabled)

  • Parameters

Boolean enabled - True to turn on Tag overlays; false to turn them off.

  • Returns

Nothing

  • Scope

Vision Client

Code Examples
Code Snippet
# This example will turn Tag overlays on.
system.tag.setOverlaysEnabled(True)
Keywords

system tag setOverlaysEnabled, tag.setOverlaysEnabled