Main Content

sldvisactive

Verify updating of a block diagram

Description

status = sldvisactive checks if the software is actively translating the current Simulink® model. If the software is actively translating the current model, sldvisactive returns 1. Otherwise, it returns 0.

status = sldvisactive(model) checks if the software is actively translating model.

status = sldvisactive(block) checks if the Simulink Design Verifier™ software is actively translating the model that contains block block.

sldvisactive customizes the model analysis in the block and model callback functions or mask initialization.

Input Arguments

collapse all

Full path name or handle to a Simulink model.

Full path name or handle to a Simulink block.

Output Arguments

collapse all

If the software is actively translating the current model, sldvisactive returns 1. Otherwise, the status is 0.

Version History

Introduced in R2009a