GET OP CRC MARKER: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
Mikeo (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Operations:Operation_Tool-Path|{{Up}}]]
[[Operations:Operation_Tool-Path|{{Up}}]]


{{Command|syntax=GET_OP_CRC_MARKER <op number>, <marker num>, <feature num>, <param>, <value>
{{Command|syntax=GET_OP_CRC_MARKER <op number>, <marker num>, <feature num>, <distance>, <value>
|description=:Get CRC marker data associated with an operation.
|description=:Get CRC marker data associated with an operation.


Line 8: Line 8:
|param3=<feature num>|param3_desc={{get feat num}}
|param3=<feature num>|param3_desc={{get feat num}}
|param4=<distance>|param4_desc={{get feat dist}}
|param4=<distance>|param4_desc={{get feat dist}}
|param5=<value>|param5_desc={{parameter_variable_num_name}} the CRC value.
|param5=<value>|param5_desc={{parameter_variable_num_name}} the {{crc marker type}}.


}}
}}

Latest revision as of 16:35, 14 January 2011

Up

Command

GET_OP_CRC_MARKER <op number>, <marker num>, <feature num>, <distance>, <value>


Get CRC marker data associated with an operation.

Parameters

<op number>
Operation number.
<marker num>
Marker number.
<feature num>
The name of a numeric variable to be set to the feature number.
<distance>
The name of a numeric variable to be set to the distance along the feature (0.0 = start, 1.0 = end).
<value>
The name of a numeric variable to be set to the CRC value (0 = off, 1 = on, 2 = reverse).

Example

GET_OP_CRC_MARKER 1, 4, FeatNum, FeatDist, CrcVal