blocksAffectedByParameter
R2026bClass: SLSlicerAPI.ParameterDependence
Namespace: SLSlicerAPI
Find Simulink blocks affected by parameter
Syntax
[affectedBlocks,slicerObj] = blocksAffectedByParameter(pd,varUsage)
[affectedBlocks,slicerObj] = blocksAffectedByParameter(pd,varusage,BlockType=blocktypename)
Description
[
returns a list of the blocks that are affected by the specified parameter
affectedBlocks,slicerObj] = blocksAffectedByParameter(pd,varUsage) varUsage, and the Model Slicer object used in the analysis.
[
returns affected blocks of the specified block type.affectedBlocks,slicerObj] = blocksAffectedByParameter(pd,varusage,BlockType=blocktypename)
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2021b