Difference between revisions of "IT SETUP NODE GET FIXTURE"
From Macros Wiki
(Created page with "{{Up}} {{Command|syntax=IT_SETUP_NODE_GET_FIXTURE <node index> <fixture make> <fixture name> |description=:Get the number of blocks that ma...") |
|||
Line 2: | Line 2: | ||
{{Command|syntax=IT_SETUP_NODE_GET_FIXTURE <node index> <fixture make> <fixture name> | {{Command|syntax=IT_SETUP_NODE_GET_FIXTURE <node index> <fixture make> <fixture name> | ||
− | |description=:Get the | + | |description=:Get the make and name of a fixture attached to a node |
|param1=<node index>|param1_desc=Index to list of nodes on Document Control dialog | |param1=<node index>|param1_desc=Index to list of nodes on Document Control dialog |
Revision as of 09:52, 17 April 2015
Command
- IT_SETUP_NODE_GET_FIXTURE <node index> <fixture make> <fixture name>
- Get the make and name of a fixture attached to a node
Parameters
- <node index>
- Index to list of nodes on Document Control dialog
- <fixture make>
- String variable for the fixture make
- <fixture name>
- String variable for the fixture name
Example
- IT_SETUP_NODE_GET_FIXTURE 3, make$, name$