grandMA3 User Manual Publication
FirstDmxModeFixture(handle)
grandMA3 User Manual » Plugins » Lua Functions - Object-Free API » FirstDmxModeFixture(handle)
|
Version 2.0
|
Description
The FirstDmxModeFixture Lua function returns a handle to the first fixture matching the supplied DMX mode.
Arguments
- Handle:
This must be a handle to a DMX mode.
Return
- Handle:
The returned handle to the first fixture matching the DMX mode.
Example
If it exists, this example prints the data connected to the first "Dimmer" fixture using "Mode 0" - if the fixture type exists in the show. It uses the Dump() functions:
Dump()
The Dump() function returns a string with information about the object, for instance, the name, class, path of the object, its properties, and children.
Learn more in the Dump() topic.
Lua |
return function () |