You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a record, inside a RecordWrapper, can have aliases added to it by calling add_alias(). However this is a bit awkward as you have to provide not just the alias'd name but also the device prefix. This often means an application wanting to create aliases has to keep the record prefix accessible everywhere. This is obviously somewhat awkward and could be streamlined by having this logic handled for us in PythonSoftIOC.
The text was updated successfully, but these errors were encountered:
Currently a record, inside a
RecordWrapper
, can have aliases added to it by callingadd_alias()
. However this is a bit awkward as you have to provide not just the alias'd name but also the device prefix. This often means an application wanting to create aliases has to keep the record prefix accessible everywhere. This is obviously somewhat awkward and could be streamlined by having this logic handled for us in PythonSoftIOC.The text was updated successfully, but these errors were encountered: