Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
Is there any way to pass a list of parameters to be read by a specific model throw reload (qv.exe /r) command line?
Note: I am not talking about leting the model retrieving a list of parameters from Excel, CSV, etc..
Is it possible at all running several instances of the same model at the same time?
Thanks in advance,
Aldo.
Hi Aldo,
You can use /v many times in one line:
.../r /vVar1= ... /vVar2=...
Regards,
Michael
I saw that there it is possible to pass a value to a variable using /v in command line.
Is it possible to pass values to several variables or concatenating values in one variable is the best option?
Hi Aldo,
You can use /v many times in one line:
.../r /vVar1= ... /vVar2=...
Regards,
Michael