﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5388	set non constant (time-dependant) parameter value in a mos file	yulu.dong@…	Willi Braun	"I'm looking for a way to do parameter sweep in a .mos file with non constant parameter value. 
Currently I'm able to give a constant value to a certain parameter using this command line: 
simulate(test,startTime = 0, stopTime=10, outputFormat = ""csv"", simflags=""-overrideFile=parameter_value.txt"", );

and in parameter_value.txt file I have something like : k = 15. 

But what I need to do is to set k = 0 for t= 0 - 10s, then set k = 15 from t = 10s during the simulation. And I'm using mos file to do the parameter sweep because I'm using python to automatically launch multiple simulations while change parameter values for each scenario. 

So in this case I would like to know how to set time-dependant parameter value in the mos file. Thanks a lot!!!"	defect	closed	high	1.14.0	Run-time	v1.12.0	invalid	scripting, non constant parameter sweep	
