pcdshub / pytmc

Generate EPICS IOCs and records from TwinCAT projects - along with many TwinCAT project tools
https://pcdshub.github.io/pytmc/
Other
10 stars 11 forks source link

Add record alias support #150

Closed klauer closed 4 years ago

klauer commented 4 years ago

(Not to be confused with TwinCAT's ALIAS)

record(ai, "OFFICIAL:REC:NAME") {
    alias("ALTERNATIVE:NAME")
    ...
}

Pragma key could just be alias.