Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Referring to the chainage location set can only be done in combination with <readWriteMode>read only</readWriteMode> by configuring <chainageLocationSetId> in <timeSeriesSet>: 

Code Block
xml
xml
<timeSeriesSet>
        <moduleInstanceId>ExportRunMultipleTimeSeries</moduleInstanceId>
        <valueType>scalar</valueType>
        <parameterId>H.m</parameterId>
        <chainageLocationSetId>CHAINAGE_D</chainageLocationSetId>
        <timeSeriesType>external historical</timeSeriesType>
        <timeStep unit="day"/>
        <relativeViewPeriod unit="day" start="-7" end="0"/>
        <readWriteMode>read only</readWriteMode>
</timeSeriesSet>

...