﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2442	Support all the causality values in PySimulator	Adeel Asghar	Adeel Asghar	"There is a bug in PySimulator, since not all values of ""causality"" are supported. This can fixed by adding the following lines in PySimulator\Plugins\SimulationResult\Mtsf\MtsfFmi.py at row 229:

{{{
if causality in ['internal', 'none']:
    causality = 'local'
}}}

"	defect	closed	high	1.9.1	FMI	trunk	fixed		
