Группа: Свой
Сообщений: 275
Регистрация: 19-05-06
Пользователь №: 17 249
Суть проблемы - пытаюсь задать RefDes как D? при создании символа. Пишет типа Illegal property value и т.д.
Пошел на забугорный форум. Нашел -
Since the replacement symbol editor was adopted in VX.2 it now obeys the settings in the property definition editor more closely than NSE which treated the ? as an exception. To solve this you need to modify the property definition file you use with the flow via Tools - Property Definition Editor or via the same tool in PADS Library tools if using the integrated flow. Change the regular expression for the REFDES property to (\n|-|_|\?|,) and then reload the file by either closing an re-opening the project or running Tools - Update Libraries.
Поменял все как надо. Все равно пишет - Illegal property value, the regular expression for this property value is: (\n|-|_|\?|,). Теперь уже со знаком вопроса. Что не так?