Returns the compounds in the specified property package
list=capeOpenCompounds(handle)
handle: package handle, as obtained from capeOpenGetPackage
list: string list of compound IDs
» handle1=capeOpenGetPackage('TEA (CAPE-OPEN 1.1)','C1_C2');
» handle2=capeOpenGetPackage('Water','');
» handle3=capeOpenGetPackage('TEA (CAPE-OPEN 1.1)','alkanes');
» capeOpenCompounds(handle1)
ans =
'Methane'
'Ethane'
» capeOpenCompounds(handle2)
ans =
'Water'
» capeOpenCompounds(handle3)
ans =
'Methane'
'Ethane'
'Propane'
'N-butane'
'N-pentane'
'N-hexane'
'N-heptane'
'N-octane'
'N-nonane'
'N-decane'
'N-dodecane'
'N-hexadecane'