Actually i'a using a CAPE OPEN Python unit operation under DWSIM to develop an EDO models.I encountered a problem when I try this script : unit.add_parameter("Type d'alimentation", unit.ParameterType.STRING, unit.ParameterMode.INPUT, default="Fibre (Bore)", options=["Fibre (Bore)", "Calandre (Shell)"] )
Hi everyone,
Actually i'a using a CAPE OPEN Python unit operation under DWSIM to develop an EDO models.I encountered a problem when I try this script : unit.add_parameter("Type d'alimentation", unit.ParameterType.STRING, unit.ParameterMode.INPUT, default="Fibre (Bore)", options=["Fibre (Bore)", "Calandre (Shell)"] )
I think DWSIM does not support the STRING INPUTS
Could you help me please
Regards