bl = Simulink.findBlocksOfType(sys,type,options)
matches the criteria specified by a FindOptions object.
bl = Simulink.findBlocksOfType(sys,type,Param1,Value1,...,ParamN,ValueN)
finds blocks whose parameters have the specified values.
bl = Simulink.findBlocksofType(sys,type,Param1,Value1,...,ParamN,ValueN,options)
finds blocks whose parameters have the specified values and that match the criteria
specified by a FindOptions object.