system.util.beep
This function is used in Python Scripting.
Description
Tells the computer to make a "beep" sound.
note
Due to how the Mobile Module functions, the beep() function does not work with projects launched using the Mobile Module.
Client Permission Restrictions
This scripting function has no Client Permission restrictions.
Syntax
system.util.beep()
Parameters
Nothing
Returns
Nothing
Scope
Vision Client
Code Examples
Example #1
# This will simply cause the system where the script is being executed to emit a beep sound.
# That system must have a way to produce sound, such as speakers or headphones.
system.util.beep()