Average over Channel in ERP Evoked Object

Hello!

is there an option in MNE python to get the average over channels in an EvokedArray object?
I only found the option to get the data from the EvokedArray, use numpy to average over the channel dimension and create a new object.

I still want to apply the get_peak() function to it.

Best regards,

Till