parameter Integer
gasIDXVector
= getGasIDXVector
( gasType, listOfSubtances);
The position of the gases of a gas mixture in the given listOfSubstances is returned as a vector.
The listOfSubstances you can find in TILMedia.Internals.GetIDXfromCAS.ListOfSubstances.
function getGasIDXVector input TILMedia.Gas.Types.BaseGas gasType; input TILMedia.Internals.GetIDXfromCAS.ListOfSubstances listOfSubstances; output Integer gasIDXVector[size(gasType.gasNames, 1)]; end getGasIDXVector;