I am implementing a user constraint (UC) with a fix relation between flows. The UC should be valid for all timeslices. The only way for me to make this happen is write all timeslices explicit in a column with attribute "TIMESLICE". Does something like "AllRegions" also exist for timeslices that I can put after the top table description "UC_Sets:TS_E:" ? Without any action, the EQE_UCRTS sums over all timeslices (what I do not want).
The power flow demo model uploads/30/GridDemo.rar includes an example of using DAYNITE in the Timeslice column (see scenario Powerflow, sheet Powerflow). It works well at least with my version of VEDA-FE.
OK, great, thanks for the fast response. I put DAYNITE under TIMSELICE and it works fine ! Default is ANNUAL and you can change it to DAYNITE. I tried and put after the top table description "UC_Sets:TS_E: DAYNITE" to have it work for the complete table, but that does not seem to work. It is confusing because I would expect UC_Sets:TS_E to be different from UC_Sets:TS_S. But it works now. Wouter