Determines whether or not Nimbus ever generates automatic simulation handling code. When true, Nimbus enables the Simulation Editor for attributes so that the developer can choose on an attribute-by-attribute basis whether or not to instruct Nimbus to generate simulation handling code. Nimbus also generates “stub” simulation code blocks for functions so that the developer has a convenient place to insert their manual function simulation code.
When this setting is false, all attributes are set to Manual simulation mode, and the Simulation Editor is disabled. Nimbus also does not generate “stub” simulation code blocks for functions in this case.
This setting is useful in situations where a lower-level software component is handling all of the simulation logic, and the Nimbus driver is simply delegating to that lower-level component. In such cases, it’s inconvenient for the developer to explicitly set all attributes to Manual simulation mode and to delete all residual and unneeded simulation code generated for functions and attributes. With this setting, the developer can simply disable simulation code generation “globally”.