Use the System functions to return Q-SYS environment information.
Returns the build version number of Q-SYS environment.
System.BuildVersion
If the current Q-SYS environment version is 7.1.0:
print (System.BuildVersion)
0
Returns a Boolean indicating whether the design is emulating or running on a Core.
System.IsEmulating
if System.IsEmulating then print("System is emulating.") end print(System.IsEmulating)
System is emulating. true
Returns the major version number of Q-SYS environment.
System.MajorVersion
If the current Q-SYS environment version is 7.1.0:
print (System.MajorVersion)
7
Returns the minor version number of Q-SYS environment.
System.MinorVersion
If the current Q-SYS environment version is 7.1.0:
print (System.MinorVersion)
1
Returns the complete version number of Q-SYS environment.
System.Version
If the current Q-SYS environment version is 7.1.0:
print (System.Version)
7.1.0
Software and Firmware | Resources | QSC Self Help Portal | Q-SYS Help Feedback
Copyright © 2019 QSC, LLC. Click here for trademark and other legal notices. |