GET OP WFO NAME: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Created page with "{{Up}} {{Command|syntax=GET_OP_WFO_INDEX <op number> [<part number>] <name> <index> |description=:Get the index of a WFO assigned to an ope..."
 
No edit summary
 
Line 1: Line 1:
[[:Category:Work_Fixture_Offsets|{{Up}}]]
[[:Category:Work_Fixture_Offsets|{{Up}}]]


{{Command|syntax=GET_OP_WFO_INDEX <op number> [<part number>] <name> <index>
{{Command|syntax=GET_OP_WFO_NAME <op number> [<part number>] <name>
|description=:Get the index of a WFO assigned to an operation.
|description=:Get the name of a WFO assigned to an operation.


'''You must have loaded a post before using this command.'''
'''You must have loaded a post before using this command.'''
Line 9: Line 9:
|param2=<part number>|param2_desc=Part number (if this parameter is not used, default to part number 1)
|param2=<part number>|param2_desc=Part number (if this parameter is not used, default to part number 1)
|param3=<name>|param3_desc=Name of the WFO
|param3=<name>|param3_desc=Name of the WFO
|param4=<index>|param4_desc=Index to the list of WFOs defined in the post


}}
}}


===Example===
===Example===
:GET_OP_WFO_INDEX 14, 3, wfo$, index   ! get the index for the WFO associated with op 14, part 3
:GET_OP_WFO_INDEX 14, 3, wfo$  ! get the name of the WFO associated with op 14, part 3
:GET_OP_WFO_INDEX 17, wfo$      ! get the name of the WFO associated with op 17, part 1


[[Category:Work_Fixture_Offsets]]
[[Category:Work_Fixture_Offsets]]

Latest revision as of 16:47, 22 July 2021

Up

Command

GET_OP_WFO_NAME <op number> [<part number>] <name>


Get the name of a WFO assigned to an operation.

You must have loaded a post before using this command.

Parameters

<op number>
Operation number
<part number>
Part number (if this parameter is not used, default to part number 1)
<name>
Name of the WFO

Example

GET_OP_WFO_INDEX 14, 3, wfo$  ! get the name of the WFO associated with op 14, part 3
GET_OP_WFO_INDEX 17, wfo$  ! get the name of the WFO associated with op 17, part 1