Skip to content

FMU variable names cannot be typed #3913

@asinghvi17

Description

@asinghvi17

Describe the bug 🐞

The names have this strange underscore-like character that I cannot figure out how to type, even in the REPL. In my opinion this is very bad UX - especially when you have to specify the initial value to even simulate the fmu...

ERROR: Initialization incomplete. Not all of the state variables of the
DAE system can be determined by the initialization. Missing
variables:

SymbolicUtils.BasicSymbolic[vˍt(t), hˍt(t)]```

Specifically, `'ˍ' != '_'`.

**Expected behavior**

Something typeable ideally.

**Minimal Reproducible Example 👇**

Get any FMU from https://github.com/modelica/Reference-FMUs but I tried this with bouncing ball.  Then load it in as an FMIComponent and try to set an initial value.  It is not possible to do without copying and pasting.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions