Hi @bgreen965 ,
There is a way to programmatically-set the streaming state of a parameter: params.getParam(OID, index).setStream(false);. This will not be persisted to the panel's XML until/unless the parameter's value is changed.
There is not presently a way to list/iterate over the full list of parameters in a custom panel. You may want to use a text editor and replace '
James
#DashBoard