Simulink.ID.getSID
(Not recommended) Get Simulink Identifier
Simulink.ID.getSID
is not recommended. Use handles, paths, or objects
instead of Simulink® Identifiers. For more information, see Version History.
Description
returns the Simulink Identifier (SID) of the selected object SID
= Simulink.ID.getSID(object
)object
.
An SID is a unique and unmodifiable designation that Simulink automatically assigns.
The SID format is model_name:sid_number
, where:
model_name
is the name of the model that contains the object.sid_number
is a unique number within the model, assigned by Simulink.
An SID includes additional colons in certain cases, for example, on an instance of a block from a custom library.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2009bSee Also
find_system
| getSimulinkBlockHandle
| getCurrentAnnotation
| find
(Stateflow)