MP
MP(
t_instanceName
t_parameterName
[ t_dataDir ]
)
=> n_number / nil
Description
Returns the value of the specified model parameter for the given instance.
Arguments
|
t_instanceName
|
Instance name
|
|
t_parameterName
|
Parameter name
|
|
t_dataDir
|
Directory containing the PSF files(results). When specified, this argument will only be used internally and will not alter the currently selected results. The default is the currently selected results directory.
|
Value Returned
|
n_number
|
Returns value of the specified model parameter.
|
|
nil
|
Returns nil is the design variable was not found.
|
Examples
Returns the value of the specified model parameter vpb for the instance I8.MP3.
MP("I8.M3" "vpb")
=> -0.13
Return to top