From for Simulink

Simulink Category: Signals and Systems blocks

Embed Block Equivalent: variable block with special name

The translator adds a prefix to the original Simulink variable. The prefix depends on the variable’s tag visibility:

_L_: local variable

_G_: global variable

_S_: scoped variable

For example, variable A with local visibility is translated into _L_A.