PanelizeLayout parameters

  • cols : [number] (default: 1) Specify the number of columns of boards in the grid pattern.

  • rows : [number] (default: 1) Specify the number of rows of boards in the grid pattern.

  • alternation : [string] (default: 'none') (choices: “none”, “rows”, “cols”, “rowsCols”) Specify alternations of board rotation. none: Do not alternate.
    rows: Rotate boards by 180° on every next row.
    cols: Rotate boards by 180° on every next column.
    rowsCols: Rotate boards by 180° based on a chessboard pattern.

  • arg : [string] (default: '') Argument to pass to the plugin. Used for plugin.

  • bake_text : Alias for baketext.

  • baketext : [boolean] (default: true) A flag that indicates if text variables should be substituted or not.

  • code : [string] (default: '') Plugin specification (PACKAGE.FUNCTION or PYTHON_FILE.FUNCTION). Used for plugin.

  • h_back_bone : Alias for hbackbone.

  • h_bone_cut : Alias for hbonecut.

  • h_bone_first : Alias for hbonefirst.

  • h_bone_skip : Alias for hboneskip.

  • hbackbone : [number | string] (default: 0) The width of horizontal backbone (0 means no backbone). The backbone does not increase the spacing of the boards.

  • hbonecut : [boolean] (default: true) If there are both backbones specified, specifies if there should be a horizontal cut where the backbones cross.

  • hbonefirst : [number] (default: 0) Specify first horizontal backbone to render.

  • hboneskip : [number] (default: 0) Skip every n horizontal backbones. I.e., 1 means place only every other backbone.

  • hspace : [number | string] (default: 0) Specify the horizontal gap between the boards.

  • rename_net : Alias for renamenet.

  • rename_ref : Alias for renameref.

  • renamenet : [string] (default: 'Board_{n}-{orig}') A pattern by which to rename the nets. You can use {n} and {orig} to get the board number and original name.

  • renameref : [string] (default: '{orig}') A pattern by which to rename the references. You can use {n} and {orig} to get the board number and original name.

  • rotation : [number | string] (default: 0) Rotate the boards before placing them in the panel.

  • space : [number | string] (default: 0) Specify the gap between the boards, overwrites hspace and vspace.

  • type : ‘’

  • v_back_bone : Alias for vbackbone.

  • v_bone_cut : Alias for vbonecut.

  • v_bone_first : Alias for vbonefirst.

  • v_bone_skip : Alias for vboneskip.

  • vbackbone : [number | string] (default: 0) The width of vertical backbone (0 means no backbone). The backbone does not increase the spacing of the boards.

  • vbonecut : [boolean] (default: true) If there are both backbones specified, specifies if there should be a vertical cut where the backbones cross.

  • vbonefirst : [number] (default: 0) Specify first vertical backbone to render.

  • vboneskip : [number] (default: 0) Skip every n vertical backbones. I.e., 1 means place only every other backbone.

  • vspace : [number | string] (default: 0) Specify the vertical gap between the boards.