Opened 5 years ago

Closed 3 years ago

Last modified 3 years ago

#5450 closed task (fixed)

Usage of the Synchronous Library not possible

Reported by: trlo Owned by: alash325
Priority: normal Milestone: 1.19.0
Component: OMPython Version: v1.13.0
Keywords: Usage OMPython with Synchronous Library Cc:

Description

In order to use the Synchronous-Library it is necessary to add the Command Line Option "+std=3.3".
Unfortunately there is no way (or not a documented way) to do this via the "mod=ModelicaSystem(..." command.

As a workaround the line:
self.requestApi("setCommandLineOptions", '"+std=3.3"')
in the file "_init_.py", function: "loadingModel" solves the problem.

It would be nice if there where an additional parameter in the loadingModel-function or a hint in the documentation how to do this.

Change History (2)

comment:1 Changed 3 years ago by AnHeuermann

  • Resolution set to fixed
  • Status changed from new to closed

comment:2 Changed 3 years ago by casella

  • Milestone changed from Future to 1.19.0
Note: See TracTickets for help on using tickets.