Changes between Initial Version and Version 1 of Ticket #5025, comment 2
- Timestamp:
- 2018-07-03T09:34:33Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5025, comment 2
initial v1 1 1 Indeed it works, now ScalableTestSuite.Electrical.TransmissionLine.Verification.TransmissionLineCheck passes verification, see [https://libraries.openmodelica.org/branches/newInst/ScalableTestSuite_noopt/ScalableTestSuite_noopt.html report]. 2 2 3 As a final remark, when {{{delay(expr,delayTime)}}} is used, you should check that delayTime is a constant or a parameter expression, otherwise you should issue an error, since the backend expects {{{delayMax}}} to be a constant value.3 As a final remark, when {{{delay(expr,delayTime)}}} is used, you should check that delayTime is a constant or a parameter expression, otherwise you should issue an error, since the backend (following the specification) expects {{{delayMax}}} to be a parameter expression.