I can import the module from Sandia
Module database using the script
sandia_modules = pvlib.pvsystem.retrieve_sam('SandiaMod')
module = sandia_modules['Canadian_Solar_CS6X_300M__2013_']
But I have a problem importing the module from CEC
module database
cec_modules = pvlib.pvsystem.retrieve_sam('CECMod')
module = cec_modules['Canadian_Solar_Inc__CS6K_300MS']
While executing, gives KeyError: 'Canadian_Solar_Inc__CS6K_300MS'
I took the module from https://raw.githubusercontent.com/NREL/SAM/develop/deploy/libraries/CEC%20Modules.csv
I would like to know the naming convention for CEC modules.