EMI_GetConfigurationParams (EMI Function)
- Updated2023-03-14
- 1 minute(s) read
EMI_GetConfigurationParams (EMI Function)
Owning Class: User Interface
Requires: Control Design and Simulation Module
Prototype
const char* EMI_GetConfigurationParams(emiRef model);
Description
Returns a string containing the model configuration parameters a user must enter in the Select an External Model Library dialog box to define an external model.
Inputs
| Name | Description |
|---|---|
| model | Specifies a reference to the external model. Use this reference as an input to other EMI functions. Do not modify model directly. |
Return Value
Returns a string containing the model configuration parameters a user must enter in the Select an External Model Library dialog box to define the model.
Details
You can require users to enter model configuration parameters to further define the model they want to simulate with the External Model function. You must specify the content and format of the model configuration parameters. Be sure to provide documentation about the model configuration parameters when you distribute an external model to users.
Examples
const char* configParams = EMI_GetConfigurationParams(model);