set_traj#

Bondwire.set_traj(x1, y1, x2, y2)#

Set the parameters of the trajectory of the bondwire.

Parameters:
x1ValueLike

X value of the start point.

y1ValueLike

Y value of the start point.

x2ValueLike

X value of the end point.

y2ValueLike

Y value of the end point.