Loading...
This chapter gives an overview of the members available for the Phoenix device.
Please read the chapter "Phoenix" if you would like to know how to add and use this device. As explained in the topic"Object and Member Notation (dot syntax)", all kinds of objects can be addressed in the scripting language by using their members which set (or return if applicable) properties or methods of that object. Please refer to the chapter "Script Language" for more details about scripting in general.
Project.Christie_Phoenix(deviceName or ID) |
Example: Alternative Example: |
This gives access to all further members of the device "Christie_Phoenix" from the Configuration dialog. Using the Project object is an alternative to addressing the device directly by entering its name. The Project object allows to address the device through its name or ID. Substituting the ID with a dynamic variable allows automation. Actions can be performed on many devices of the same type simultaneously, e.g. by using for-loops: |