Function

PatchFixturesToVacantHandles

Void Fixtures.PatchFixturesToVacantHandles(String group, String fixtureManufacturer, 
     String fixtureName, String fixtureMode, Int32 currentFixtureQuantity, Int32 currentDmxSpacing, String patchedHandles)
API https://api.avolites.com/19.0/api/Fixtures.PatchFixturesToVacantHandles.html
description Patches fixtures to the first available free handles in the specified group.
namespace Fixtures
parameter group ( String ) : The bank type to patch to - Fixtures = touch screen, Presets = console handles. Other handles shouldn't be possible.
fixtureManufacturer( String ) : The fixture manufacturer.
fixtureName ( String ) : Name of the fixture.
fixtureMode ( String ) : The fixture mode.
currentFixtureQuantity ( Int32 ) : The current quantity value.
currentDmxSpacing ( Int32 ) : The current DMX spacing to add between fixtures (default should be number of channels on fixture).
patchedHandles ( String ) : A menu system property to store the created fixture handles in.
return value Void
Example in

Create Dummy Palettes:

<step>Fixtures.PatchFixturesToVacantHandles("Fixtures", "Expolite", "TourLED 42 CM MKII", "ARC.1, 3 DMX", 1, 3, "")</step>
Also used in
Remarks