ADD OP MARKER: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Up}} {{Command|syntax=ADD_OP_MARKER <op number> <marker type> <feature num> <param> <value> <marker num> |description=: |param1=<op number>|param1_de...
 
Mikeo (talk | contribs)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{Command|syntax=ADD_OP_MARKER <op number> <marker type> <feature num> <param> <value> <marker num>
{{Command|syntax=ADD_OP_MARKER <op number> <marker type> <feature num> <param> <value> <marker num>
|description=:
|description=:Add a utility marker to an operation.


|param1=<op number>|param1_desc={{op number}}
|param1=<op number>|param1_desc={{op number}}
|param2=<marker type>|param2_desc={{marker type}}
|param2=<marker type>|param2_desc={{marker type}}
|param3=<feature num>|param3_desc={{feature num}}
|param3=<feature num>|param3_desc={{path_feature num}}
|param4=<param>|param4_desc= {{param}}
|param4=<param>|param4_desc= {{marker_param}}
|param5=<value>|param5_desc={{value}}
|param5=<value>|param5_desc={{marker_value}}
|param6=<marker num>|param6_desc={{marker num}}
|param6=<marker num>|param6_desc={{get marker num}}
}}
}}


===Example===
===Example===
:ADD_OP_CRC_MARKER
:ADD_OP_MARKER 3, 1, 4, 0.2, 0.5, MarkerNum


[[Category:Operations]]
[[Category:Operations]]

Latest revision as of 16:23, 14 January 2011

Up

Command

ADD_OP_MARKER <op number> <marker type> <feature num> <param> <value> <marker num>


Add a utility marker to an operation.

Parameters

<op number>
Operation number.
<marker type>
Marker Type.
<feature num>
Feature number. 1 for the first feature, 2 for the second etc.
<param>
Marker parameter.
<value>
Marker value.
<marker num>
Name of variable to be set to the number of the marker that was added.

Example

ADD_OP_MARKER 3, 1, 4, 0.2, 0.5, MarkerNum