Code File Location: VisualSim/actor/parameters/ParameterSet
o A block that reads the parameter names and their values from a file and sets corresponding parameters for the model.
The values are in the form:
attributeName = value
where attributeName is the name of the parameter and value is the parameter value.
Comments are lines that begin with the # character. Each line in the file is interpreted as a separate assignment.
each line represents one graphical parameters
of the model. They are shadowed, however, by
parameters of the model. That is, if the model has a parameter with the
same name as one in the parameter set, the one in the model gets precedence.
The order the parameters are created is arbitrary.
Note:
If you are using a name from the file in the Digital Simulator block,
the parameter file and the parameter must be first defined in the model
before the Digital Simulator is brought into the model.
Click here to view an example of this block.
Parameter | Explanation |
Configure Parameters |
Selecting this parameter will open a new pop up window which has two parameters - "fileOrURL" which is used to select the file or URL to be read that contains parameter names and values. |
Edit File |
This
will let us edit the input file. NOTE: If the input file is created by
using the "Edit file" option (by using it for the very first time),
then user need to click on Configure Parameters option and select the
file we had created. |