Main Content

cadnetData

Cadnet data

Since R2025a

    Description

    caddata = cadnetData(cadnetobj) returns data of cadnetobj

    caddata = cadnetData(cadnetobj,Type=name) returns data of cadnet for a specified entity type.

    Input Arguments

    collapse all

    The cadnet object specified as a string.

    Example: caddata = cadnetData(cadnetname)

    Data Types: string

    Optional entity type choice specified as a string. When Type is not specified cadnet data will be returned for all entities.

    Example: caddata = cadnetData(cadnetname,Type='Pins') returns cadnet data for cadnetobj specified as cadnetname for entity Type specified a 'Pins'.

    Data Types: string

    Output Arguments

    collapse all

    Returns cadnet object data.

    Version History

    Introduced in R2025a