Class: Simulink.Mask
Package: Simulink
Remove all existing parameters from a mask
p = Simulink.Mask.get(blockName)
p.removeAllParameters
gets
the mask on the block specified by p
= Simulink.Mask.get(blockName)blockName
as
a mask object.
deletes
all existing parameters from the mask.p
.removeAllParameters
|
The handle to the block or the path to the block inside the model. |
Get mask as an object using a masked block’s path.
p = Simulink.Mask.get('myModel/Subsystem');
Delete all existing parameters from the mask.
p.removeAllParameters;