AutoCAD Electrical Forum
Welcome to Autodesk’s AutoCAD Electrical Forums. Share your knowledge, ask questions, and explore popular AutoCAD Electrical topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AUTOLISP: unknow command WD_P2P_CONNECTOR_DLG_WNUM_CHG

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
eduardoalvarezc
175 Views, 2 Replies

AUTOLISP: unknow command WD_P2P_CONNECTOR_DLG_WNUM_CHG

Hi,

 

I am new to this forum and this is my first question.

 

I´m learning how to program with Autolisp and I have a problem running an Autocad Command in a Autolisp program.

 

When I type WD_P2P_CONNECTOR_DLG_WNUM_CHG command in ACE (Autocad Electrical) a window popup show up. Showing that the ACE command is running fine. But instead, I try to run the same command in autolisp:

 

(command "WD_P2P_CONNECTOR_DLG_WNUM_CHG")

 

And the following message show up:

 

Unknown command "WD_P2P_CONNECTOR_DLG_WNUM_CHG". Press F1 for help.

 

1) What am I doing wrong??

2) There is a way to know the argument that WD_P2P_CONNECTOR_DLG_WNUM_CHG command accepts to use it in autolisp??

 

Thanks in advance, sorry for my english!

 

 

 

 

2 REPLIES 2
Message 2 of 3

have a look in the API help here

 

jamesmcmillanNYR6A_0-1689952069886.png

 

I searched for 'connector', and think you should try

 

c:ace_cb_parametric_connector
Message 3 of 3

Thank you so much!!. I couldn´t use c:ace_cb_parametric_connector  but instead found c:ace_ins_parametric_connector that work perfectly.

 

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report