Package | Description |
---|---|
ptolemy.actor.lib |
Polymorphic actor classes.
|
ptolemy.actor.lib.gui |
The ptolemy.actor.lib.gui package.
|
ptolemy.domains.continuous.lib |
The ptolemy.domains.continuous.lib package.
|
ptolemy.domains.de.kernel |
The ptolemy.domains.de.kernel package.
|
ptolemy.domains.de.lib |
The ptolemy.domains.de.lib package.
|
ptolemy.domains.de.lib.test |
The ptolemy.domains.de.lib.test package.
|
Modifier and Type | Class and Description |
---|---|
class |
Clock
Deprecated.
Use DiscreteClock.
|
class |
CurrentDate
Produce an output token on each firing with a value that is
the current date.
|
class |
CurrentMicrostep
Produce an output token on each firing with a value that is
the current microstep, also called the current index,
of superdense time.
|
class |
CurrentTime
Produce an output token on each firing with a value that is
the current time.
|
class |
DiscreteClock
This actor produces a periodic signal, a sequence of events at
regularly spaced intervals.
|
class |
PoissonClock
This actor produces discrete events according to a Poisson process.
|
class |
TimedSource
Base class for time-based sources.
|
class |
TopLevelCurrentTime
Deprecated.
Use CurrentTime with useLocalTime unchecked.
|
class |
TriggeredClock
Deprecated.
Use DiscreteClock.
|
class |
VariableClock
Deprecated.
Use Clock instead.
|
Modifier and Type | Class and Description |
---|---|
class |
TimedPlotter
A signal plotter.
|
class |
TimedScope
A signal plotter that plots in an oscilloscope style, meaning that the
horizontal axis is wrapped and that there is finite persistence.
|
Modifier and Type | Class and Description |
---|---|
class |
Waveform
This actor produces a periodic continuous-time signal defined by a
periodic sequence of samples and an interpolation method.
|
Modifier and Type | Class and Description |
---|---|
class |
DEActor
The base class for actors specific to the DE domain.
|
class |
DEThreadActor
A base class for threaded DE domain actors.
|
Modifier and Type | Class and Description |
---|---|
class |
AverageOverTime
An actor to compute the average of the input values received so far over model
time.
|
class |
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.
|
class |
DETransformer
This is an abstract base class for DE actors that transform
an input stream into an output stream.
|
class |
EventFilter
An actor that filters a stream of Boolean Tokens.
|
class |
GetCurrentMicrostep
Deprecated.
Use actor.lib.GetCurrentMicrostep instead.
|
class |
Integrator
Output the discrete integral of the input.
|
class |
Merge
A timed merge actor for the DE domain.
|
class |
NonInterruptibleTimer
Deprecated.
Use ptolemy.actor.lib.ResettableTimer.
|
class |
PID
Generate PID output for a given input.
|
class |
Previous
On each iteration, this actor produces the token received on the previous
iteration.
|
class |
Server
This actor models a preemptive server with a fixed or variable service time.
|
class |
SuppressSimultaneousEvents
Output the first token received on the input port, and suppress any other
inputs received with the same physical time index.
|
class |
TimeCompare
A DE actor to compare the time stamps of events at its two input ports, and
output the difference.
|
class |
TimedDelay
Deprecated.
Use actor.lib.TimeDelay.
|
class |
TimeGap
This actor measures the time interval between arrivals of successive
input tokens.
|
class |
Timer
Deprecated.
Use VariableDelay instead, which is essentially identical,
or ResettableTimer for a more reasonable timer behavior.
|
class |
WaitingTime
This actor measures the time that events at one input have to wait for
events at another.
|
class |
Wire
Deprecated.
Use Sampler instead.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleDelay
Deprecated.
Use ptolemy.actor.lib.TimeDelay.
|