Python question regarding the CW glitch module

Hi,

I’m very new to Python, so this is more of a newbie Python question, but relates to the CW glitch module. After initializing the glitch module like this

import chipwhisperer.common.results.glitch as glitch
gc = glitch.GlitchController(groups=[“success”, “reset”, “normal”], parameters=[“width”, “offset”, “ext_offset”])

and then collect the data, how do I simply print out e.g. the width, offset, and ext_offset values for the “success” state as an array?