staticParameters.from_multiple_json()
Creates parameters from json files.
Parameters:input (List[Tuple[List[str], str]]) – The substances to search and their respective parameter files. E.g. [([“methane”, “propane”], “parameters/alkanes.json”), ([“methanol”], “parameters/alcohols.json”)]
binary_path (str, optional) – Path to file containing binary substance parameters.
identifier_option (
, optional, defaults to IdentifierOption.Name) – Identifier that is used to search substance.