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
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_nameis the name of the model that contains the object.
- sid_numberis 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)