start#

property EDBArcs.start[source]#

Get the coordinates of the starting point.

Returns:
list

List containing the X and Y coordinates of the starting point.

Examples

>>> appedb = Edb(fpath, edbversion="2023.2")
>>> start_coordinate = appedb.nets["V1P0_S0"].primitives[0].arcs[0].start
>>> print(start_coordinate)
[x_value, y_value]