Issue Details
When using a masked subsystem in Simulink, workspace variables may be defined and exposed through the mask dialog. However, after importing the model into NI VeriStand, some of these parameters may not appear as expected.
This behavior is expected. Even though a parameter is displayed in the masked subsystem dialog, VeriStand can only access parameters that are generated as run-time tunable parameters. If the underlying block parameter is configured as Compile-time, the parameter is treated as a compile-time constant and is not exported to VeriStand.
As a result, only a subset of the masked subsystem parameters may be visible in VeriStand.