yassin2705
Junior Member level 1
a skill code to add instance
Hi,
I want a skill code to add an instance in a schematic sheet.
I tried the following code but it hasn't worked
procedure(
abc(component)
schHiCreateInst("tsmcN90" component "symbol" "I0" 1 1)
mouseAddPt()
0:0
)
then i call this function using:
abc("nch")
I am new to skill so i expect that there are much better ways to do that.
by the way, what does Hi stands for in the word schHiCreateInst??
Regards,
Yassin
Hi,
I want a skill code to add an instance in a schematic sheet.
I tried the following code but it hasn't worked
procedure(
abc(component)
schHiCreateInst("tsmcN90" component "symbol" "I0" 1 1)
mouseAddPt()
0:0
)
then i call this function using:
abc("nch")
I am new to skill so i expect that there are much better ways to do that.
by the way, what does Hi stands for in the word schHiCreateInst??
Regards,
Yassin