We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.

Ansys Learning Forum Forums Discuss Simulation Electronics SiWave Scripting Help – ScrPlaceCircuitElementsToNearestRefPin Reply To: SiWave Scripting Help – ScrPlaceCircuitElementsToNearestRefPin

ybharadwaj
Subscriber

I am trying to create a port for a capacitor, and I am using the command as below,

oDoc.ScrPlaceCircuitElementsToNearestRefPin (3, 50.0, 'C2', 'C11', 'VDDA', 'C2', 'C11', 'AGND', ["1","2"]).

Above command, returns value of 2. What does return value 2 mean? There is no error parsing table.

TBH, the documentation for this command is subpar.. Need help!