Annotate_PCBOptions parameters

  • bottom_main_ascending : [boolean] (default: true) Sort the main axis in ascending order for the bottom layer. For X this is left to right and for Y top to bottom.

  • bottom_main_axis : [string] (default: 'y') (choices: “x”, “y”) Use this axis as main sorting criteria for the bottom layer.

  • bottom_secondary_ascending : [boolean] (default: true) Sort the secondary axis in ascending order for the bottom layer. For X this is left to right and for Y top to bottom.

  • bottom_start : [number] (default: 101) First number for references at the bottom layer. Use -1 to continue from the last top reference.

  • grid : [number] (default: 1.0) Grid size in millimeters.

  • top_main_ascending : [boolean] (default: true) Sort the main axis in ascending order for the top layer. For X this is left to right and for Y top to bottom.

  • top_main_axis : [string] (default: 'y') (choices: “x”, “y”) Use this axis as main sorting criteria for the top layer.

  • top_secondary_ascending : [boolean] (default: true) Sort the secondary axis in ascending order for the top layer. For X this is left to right and for Y top to bottom.

  • top_start : [number] (default: 1) First number for references at the top layer.

  • use_position_of : [string] (default: 'footprint') (choices: “footprint”, “reference”) Which coordinate is used.