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

Yashas Bharadwaj
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!