Opened 12 years ago
Closed 12 years ago
#1835 closed defect (invalid)
"pre(time)" not working
Reported by: | julian.wyszynski | Owned by: | somebody |
---|---|---|---|
Priority: | high | Milestone: | 1.9.0 |
Component: | Frontend | Version: | |
Keywords: | Cc: |
Description (last modified by )
Following Model doesn't work.
Is it not possible to use "pre(time)" in Modelica?
model Model1 Real Variable1; equation der(Variable1) = pre(time)*Variable1; end Model1;
Change History (1)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(b) is not fulfilled as time is a continuous-time variable, so you may not use
pre(time)