Grove Multichannel Gas Sensor

I recently received the Grove Multichannel Gas Sensor, which is able to detect 5 gases. When reviewing the code on GitHub there were to examples both only show how to extract the total gas density.

I was wondering how i extract the data for each individual gas.

Many thanks

Air92

example 1 : https://github.com/DexterInd/GrovePi/blob/master/Software/Python/grove_gas_sensor.py

example 2: https://github.com/DexterInd/GrovePi/blob/master/Software/Python/grove_i2c_multichannel_gas_sensor/multichannel_gas_sensor.py

Hi ! I have almost the same problem, my project is to capture only the ammonia level with the multichannel gas sensor.
If any one have a solution to do that I’m your man ! Please