Main Content

stackUp

Material details

Since R2025a

    Description

    stackup = stackUp(pfileobj) returns the material details of all layers in the board.

    stackUp(pfileobj,LayerNumber) returns the material details of a specified layer or multiple layers.

    Input Arguments

    collapse all

    An input file specified as a pcbFileRead object.

    Example: stackUp(pcbfile)

    Data Types: string

    The layer number or layer numbers of the board.

    Example: stackUp(pcbfile,[1 3})

    Data Types: int8

    Output Arguments

    collapse all

    Returns the material details of the board layers.

    Version History

    Introduced in R2025a