...
When there are any series marked invisible the button icon will change so the user is attended that some series are made invisible, also when the visibility dialog has already been closed.
On The Fly Expression Series
...
Since 2018.01 the Visibility dialog has been extended with the possibility to add "on the fly" expression series.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="UTF-8"?> <onTheFlyExpressionTimeSeries xsi:schemaLocation="http://www.wldelft.nl/fews httphttps://fewsfewsdocs.wldelftdeltares.nl/schemas/version1.0/onTheFlyExpressionTimeSeries.xsd" xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <onTheFlyExpressionTimeSeriesDefinition> <name>D-E</name> <parameterGroupId>Debiet</parameterGroupId> <formula>((A+B)*A)-(B/((A+B)*A))</formula> <timeSeriesSet> <description>A</description> <moduleInstanceId>ImportOpvlWater</moduleInstanceId> <valueType>scalar</valueType> <parameterId>Q.G.15</parameterId> <locationId>KW214012</locationId> <timeSeriesType>external historical</timeSeriesType> <timeStep unit="minute" multiplier="15"/> <relativeViewPeriod unit="hour" start="-70" end="0" startOverrulable="false" endOverrulable="false"/> <readWriteMode>editing visible to all future task runs</readWriteMode> <synchLevel>5</synchLevel> <ensembleId>main</ensembleId> <ensembleMemberIndex>0</ensembleMemberIndex> </timeSeriesSet> <timeSeriesSet> <description>B</description> <moduleInstanceId>ImportOpvlWater</moduleInstanceId> <valueType>scalar</valueType> <parameterId>Q.G.15</parameterId> <locationId>KW107511</locationId> <timeSeriesType>external historical</timeSeriesType> <timeStep unit="minute" multiplier="15"/> <relativeViewPeriod unit="hour" start="-70" end="0" startOverrulable="false" endOverrulable="false"/> <readWriteMode>editing visible to all future task runs</readWriteMode> <synchLevel>5</synchLevel> <ensembleId>main</ensembleId> <ensembleMemberIndex>0</ensembleMemberIndex> </timeSeriesSet> </onTheFlyExpressionTimeSeriesDefinition> </onTheFlyExpressionTimeSeries> |
...
