Message 1 of 3
insert electrical component then update attributes

Not applicable
03-26-2021
08:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am looking to insert an electrical component, then update the attributes
Here is what I have.
it will insert, and cut the wire. but will not update the attributes
(setq new_entname (c:wd_insym2 "HPB11" (list 14.0041 18.07) nil nil))
(setq e1 (wd_dbx_entlast))
(c:wd_modattrval e1 INST TESTVALUE nil)
Could somebody tell me what I am doing wrong here?