Opened 11 years ago

Closed 11 years ago

#2442 closed defect (fixed)

Support all the causality values in PySimulator

Reported by: Adeel Asghar Owned by: Adeel Asghar
Priority: high Milestone: 1.9.1
Component: FMI Version: trunk
Keywords: Cc:

Description

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'

Change History (1)

comment:1 by Adeel Asghar, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in r17881.

Note: See TracTickets for help on using tickets.