Hello everyone, I’m using the AmbiguityDriver in the application of POD, at the moment a unique name is set for every ambiguity segment, but is there a direct way to add the validity interval for every ambiguity parameter?
Hello @Suhailah123,
Welcome to the forum!
I’m not sure I fully understand your question.
AmbiguityDriver is a ParameterDriver so you can use the inherited methods :
addSpanAtDate(date)to create a new validity interval starting atdateaddSpans(t0, tf, span_duration)will split your validity intervals regularly fromt0totfeverydurationseconds
Is that what you’re looking for or am I off-topic?
Cheers,
Maxime