notify_before_activate#

variables.notify_before_activate(p0: str) int#

A preference that can be set concerning notification when a variable will activated. Since EnSight by default activates variables automatically if needed, this command can cause a confirmation to be requested before a variable is activated.

Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.variables.notify_before_activate("ON")
Returns:

zero on success, non-zero on error