matlab.System.getPropertyGroupsImpl - Property groups for System object display - MATLAB (original) (raw)

Main Content

Property groups for System object display

Syntax

group = getPropertyGroupsImpl

Description

group = getPropertyGroupsImpl specifies how to display properties in the block dialog box of a MATLAB System block. You can specify:

If you create a section, but that section is not in a section group, its properties appear above the block dialog box tab panels.

Run-Time Details

In Simulink®, getPropertyGroupsImpl modifies the MATLAB System block dialog box.

If you choose to modify the MATLAB System block dialog box from the Mask Editor, the getPropertyGroupsImpl method is removed from the System object™. All block dialog box customizations are then saved in a supporting XML file: sysObjectName_mask.xml.

In MATLAB®, getPropertyGroupsImpl modifies how properties appear when the System object is displayed at the MATLAB command line. getPropertyGroupsImpl defines the order and groupings of properties. If your getPropertyGroupsImpl defines multiple section groups, only properties from the first section group are displayed at the command line. To display properties in other sections, a link is provided at the end of a System object property display. Group titles are also displayed at the command line.

Method Authoring Tips

Output Arguments

Examples

Customize System Block Dialog Box Programmatically

Version History

Introduced in R2013b