Validity interval for Ambiguity parameter

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 at date
  • addSpans(t0, tf, span_duration) will split your validity intervals regularly from t0 to tf every duration seconds

Is that what you’re looking for or am I off-topic?

Cheers,
Maxime