|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| AverageOverTime | An actor to compute the average of the input values received so far over model time. |
| Derivative | Output the discrete derivative of the input, y[n] = (x[n] - x[n-1])/dt, where dt is the time gap between input events. |
| DETransformer | This is an abstract base class for DE actors that transform an input stream into an output stream. |
| EventButton | Output a Token in response to a click of a button. |
| EventFilter | An actor that filters a stream of Boolean Tokens. |
| GetCurrentMicrostep | Produce an output token on each firing with a value that is the current microstep. |
| Inhibit | Output a received input token, unless the inhibit port receives a token at the same time. |
| Integrator | Output the discrete integral of the input. |
| Merge | A timed merge actor for the DE domain. |
| NonInterruptibleTimer | Deprecated. Use ptolemy.actor.lib.ResettableTimer. |
| PID | Generate PID output for a given input. |
| Previous | On each iteration, this actor produces the token received on the previous iteration. |
| Queue | This actor implements a queue. |
| Register | A register is a stateful actor with a trigger port that accepts read requests. |
| Sampler | Output the most recent input token when the trigger port receives a token. |
| Server | This actor models a server with a fixed or variable service time. |
| SharedQueue | A queue that outputs the next token to an output channel that is ready to receive it. |
| SingleEvent | This actor produces an event with the specified value at the specified time. |
| SuppressSimultaneousEvents | Output the first token received on the input port, and suppress any other inputs received with the same physical time index. |
| TestActorPortDepth | An actor supporting regression tests for DEDirector. |
| TimeCompare | A DE actor to compare the time stamps of events at its two input ports, and output the difference. |
| TimedDelay | This actor delays the input by a specified amount of time. |
| TimeGap | This actor measures the time interval between arrivals of successive input tokens. |
| Timer | Deprecated. Use VariableDelay instead, which is essentially identical, or ResettableTimer for a more reasonable timer behavior. |
| UnionMerge | A timed merge actor for the DE domain. |
| VariableDelay | This actor delays its inputs by a variable delay. |
| WaitingTime | This actor measures the time that events at one input have to wait for events at another. |
| Wire | Deprecated. Use Sampler instead. |
The ptolemy.domains.de.lib package.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||