-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Value for FMI 2 #130
Comments
Hi SudeepGhoshIN, you retrieve the start value via If this does not answer the question, please provide a minimal reproducer. /Peter |
|
Can you provide the corresponding C code for retrieving the start values? /Peter |
|
First off, there are couple of issues in your modelDescription.xml:
As for the code, you'll want to obtain the type via /Peter |
Hi Team,
I have a requirement of passing start value for Measurment and Outputs in FMI2.0.
As part of this , I am trying to utilize fmi2_import_get_variable_has_start(fmi2_import_variable_t*) API to check if the variable contains start. But unfortunately, above mentioned API is not returning value , so I could not proceed further for retrieving the start value.
Though I am getting proper value for Calibration and Inport value while trying to read from Parameters and Inputs variable.
Many Thanks,
Sudeepp
The text was updated successfully, but these errors were encountered: