AddWarningMessage

Call this method to convey a warning message, typically used for conditions that are not ideal but can be tolerated by the script.

UI Access NA
Parameters
Name Type Description
<message> String Warning message
Return Value None

 

Python Syntax AddWarningMessage (<message>)
Python Example
AddWarningMessage("Unexpected sweep count in Compute")