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