get_traj#

Bondwire.get_traj()#

Get trajectory parameters of the bondwire.

Returns:
tuple[

Value, Value, Value, Value

]

Returns a tuple in this format:

(x1, y1, x2, y2)

x1 : X value of the start point.

y1 : Y value of the start point.

x1 : X value of the end point.

y1 : Y value of the end point.