Stateflow User's Guide Previous page   Next Page

Identifiers

The following properties identify objects or the Stateflow version.

Property
Return
Access
Description
Objects
Description
String
RW
Description of this object. Equivalent to entering a description in the Description field of the Properties dialog for this object.
M C S B F N T J D E X TT
Document
String
RW
Document link to this note. Equivalent to entering the Document Link field of the Properties dialog for this object.
M C S B F N T J D E X TT
Id
Integer
RO
Unique identifier assigned to this object to distinguish it from other objects loaded in memory.
M C S B F N T J D E X TT
Name
String
RW

Name of this object.

This property is RW except for the name of Machine object, which is RO.

M C S B F D E X TT
SfVersion
Double
RO
Full version number for current Stateflow. For example, the string '41112101' appears for Stateflow version 4.1.1 and MATLAB version 12.1. The remaining '01' is for internal use.
M
Tag
Any Type
RW
A field you can use to hold data of any type for this object.
M C S B F T J D E X TT
Type
Enum
RO
Type of this state or junction.
For states, can be one of the following:
  • 'OR' (inclusive)
  • 'AND' (parallel)
The type of a state is determined by the parent's Decomposition property.
For junctions, can be one of the following:
  • 'CONNECTIVE'
  • 'HISTORY'
S J


Previous page  Debugging Properties Interface to Simulink Next page

© 1994-2005 The MathWorks, Inc.