Main Content

systemcomposer.profile.editor

Open Profile Editor

    Description

    systemcomposer.profile.editor opens the System Composer™ Profile Editor.

    systemcomposer.profile.editor(profile) opens the Profile Editor and selects the profile object profile.

    example

    systemcomposer.profile.editor(profileName) opens the Profile Editor and selects the profile profileName.

    Examples

    collapse all

    Create and save a profile, then open the Profile Editor with that profile selected.

    profile = systemcomposer.profile.Profile.createProfile("LatencyProfile");
    profile.save
    systemcomposer.profile.editor(profile)

    Input Arguments

    collapse all

    Profile, specified as a systemcomposer.profile.Profile object.

    Profile name, specified as a character vector or string.

    Example: systemcomposer.profile.editor("LatencyProfile")

    Data Types: char | string

    More About

    collapse all

    Version History

    Introduced in R2019a