For anyone else coming here for the original subject, I made a generic thing that will handle all parametriq EQs in your project (obviously if you only have one then ignore this).
// Save EQs with presets
const eqIds = Synth.getIdList("Parametriq EQ");
for (id in eqIds)
Engine.addModuleStateToUserPreset(id);