Fully specified block path, specified as a Simulink.BlockPath or
Simulink.SimulationData.BlockPath object. This block path uniquely
identifies a block within a model hierarchy, even when the model hierarchy references
the same model multiple times.
Index of the block for which you want to get the block path, specified as an
integer. The index reflects the level in the model reference hierarchy. For example:
An index of 1 represents a block in the top model.
An index of 2 represents a block in the model that is
referenced by the Model block of index 1.
An index of n represents a block in the model that is
referenced by the Model block of index
n-1.