Package | Description |
---|---|
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
Modifier and Type | Method and Description |
---|---|
abstract Signal.View<SS> |
Signal.getExactView()
Returns a view with all the data, no loss in fidelity.
|
Signal.View<SNew> |
DerivedSignal.getExactView() |
abstract Signal.View<RangeSample<SS>> |
Signal.getRasterView(double t0,
double t1,
int numPixels)
Returns a View appropriate for rasterization, including data
from time t0 to time t1, optimized for rasterization on a
display region numPixels wide.
|
Signal.View<RangeSample<SNew>> |
DerivedSignal.getRasterView(double t0,
double t1,
int numPixels) |
Modifier and Type | Method and Description |
---|---|
static int |
DigitalSample.getState(Signal.View<DigitalSample> view,
int index) |