Skip to content
Snippets Groups Projects
link_lock.xlmap 364 B
##mako
<logicalNameMap>
  <module name="Link">
%for target in [('', 'RAW'), ('Fallback', 'FALLBACK')]:
    <redirectedRegister name="status${target[0]}">
      <targetDevice>LINK_${target[1]}</targetDevice>
      <targetRegister>LSU.${LINK_LOCK_NUMBER[STATION]}.LOCK_STATUS.VALUE.RD</targetRegister>
    </redirectedRegister>
%endfor
  </module>
</logicalNameMap>