Main Content

datasheet

Open datasheet of Modelithics component

Since R2023a

    Description

    example

    datasheet(pobj) opens the datasheet of the Modelithics® component specified in pobj in the PDF format. Modelithics provides a datasheet for all Modelithics SELECT+ Library™ components.

    Note

    This function requires a Modelithics SELECT+ Library license. For more information, see Modelithics SELECT+ Library for MATLAB.

    Examples

    collapse all

    Set up Modelithics SELECT+ Library™.

    mdlxSetup('C:\mdlx_library\SELECT')
    

    Create a new Modelithics library object related to the library you set up.

    mdlx = mdlxLibrary;
    

    Create a Modelithics® component object for an ATC 600S capacitor on a 4 mil Roger 4350B substrate.

    pobj = mdlxPart(mdlx,'600S','Capacitors','ATC','Rogers4350B4mil',Value=1.2e-12);
    

    Open the datasheet for the component.

    datasheet(pobj)
    

    datasheet-mdlx.png

    Input Arguments

    collapse all

    Modeltihcs component object, specified as an mdlxPart object.

    Version History

    Introduced in R2023a