Changes between Initial Version and Version 1 of Ticket #5025, comment 2


Ignore:
Timestamp:
2018-07-03T09:34:33Z (7 years ago)
Author:
Francesco Casella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5025, comment 2

    initial v1  
    11Indeed it works, now ScalableTestSuite.Electrical.TransmissionLine.Verification.TransmissionLineCheck passes verification, see [https://libraries.openmodelica.org/branches/newInst/ScalableTestSuite_noopt/ScalableTestSuite_noopt.html report].
    22
    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.
     3As 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.