IT SETUP NODE GET LIST MATCHING FIXTURES

From Macros Wiki
Jump to navigationJump to search

Up

Command

IT_SETUP_NODE_GET_LIST_MATCHING_FIXTURES <node> <array:list of makes> <array:list of names> [<num>]


Get the list of fixtures that match the filters used for a node

Parameters

<node>
Node number (1=first fixture node)
<array make>
String array to store the list of fixture makes
<array name>
String array to store the list of fixture names
<num>
Variable for the number of matching fixtures

Example

IT_SETUP_NODE_GET_NUM_MATCHING_FIXTURES 3, iNum
LOCAL FixtureMake$(iNum)
LOCAL FixtureName$(iNum)
IT_SETUP_NODE_GET_LIST_MATCHING_FIXTURES 3, FixtureMake$, FixtureName$