Simulink Reference Previous page   Next Page
elist

List simulation methods in the order in which they are executed during a simulation

Syntax

Description

elist m:mid lists the methods invoked by the system or nonvirtual subsystem method corresponding to the method id mid (see the where command for information on method IDs), e.g.,

The method list specifies the calling method followed by the methods that it calls in the order in which they are invoked. The entry for the calling method includes

The entry for each called method includes

The optional task ID parameter (tid:TID) allows you to restrict the displayed lists to methods invoked for a specified task. You can specify this option only for system or atomic subsystem methods that invoke Outputs or Update methods.

elist <gcs | s:sid> lists the methods executed for the currently selected system (specified by the gcs command) or the system or nonvirtual subsystem specified by the system ID sid, e.g.,

The system ID of a model's root system is 0. You can use the debugger's systems command to determine the system IDs of a model's subsystems.

elist <gcs | s:sid> mth lists methods of type mth to be executed for the system specified by the gcs command or the system ID sid, e.g.,

Use elist gcb to list the methods invoked by the subsystem currently selected in the model.

See Also

where, slist, systems


Previous page  ebreak emode Next page

© 1994-2005 The MathWorks, Inc.