You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set a Boolean FMI parameter for an FMU in the config yml. I tried different variations: True, true, "true" but I always get the following error:
channel is ready for work
Unexpected error in RPC handling
Error in initialization of simulation interfaces.
Setting string or Interger parameters works. How do I set the value for a Boolean parameter. My concrete example is the OpenMSL Network Proxy FMU.
The text was updated successfully, but these errors were encountered:
I am trying to set a Boolean FMI parameter for an FMU in the config yml. I tried different variations: True, true, "true" but I always get the following error:
Setting string or Interger parameters works. How do I set the value for a Boolean parameter. My concrete example is the OpenMSL Network Proxy FMU.
The text was updated successfully, but these errors were encountered: