system.util.getEdition
This function is used in Python Scripting.
Description​
Returns the "edition" of the Vision client - "standard", "limited", or "panel".
Client Permission Restrictions​
This scripting function has no Client Permission restrictions.
Syntax​
system.util.getEdition()
Parameters​
Nothing
Returns​
String - The edition of the Vision module that is running the client.
Scope​
Vision Client
Code Examples​
Example #1
# This code will write the Vision module edition to a text field on the same page.
event.source.parent.getComponent('Text Field').text = system.util.getEdition()