Package | Description |
---|---|
com.sun.electric.tool.simulation.test |
Chip-independent test software library for the
Asynchronous Design Group in Oracle Labs, see bottom
for locations of documentation.
|
Modifier and Type | Class and Description |
---|---|
class |
Agilent6031AChannel
Class for setting a voltage level supplied by an Agilent 6031A 20V/120A
programmable DC power supply, using the device-independent interface
PowerChannel . |
class |
HP6624AChannel
Class for setting a voltage level supplied by a single channel of an HP 6624A
programmable DC power supply, using the device-independent interface
PowerChannel . |
class |
LogicLevel
Class for setting Vdd and a logic level on a chip, when both values are
provided by power supplies.
|
class |
ManualPowerChannel
Simple class for setting a power supply channel, when the voltage is supplied
by a manually-controlled DC power supply.
|
class |
PowerChannelResistorVoltageReadable
Assuming you have a PowerChannel with a resistor attached to the
output and a VoltageReadable across the resistor, this will act
like a PowerChannel+CurrentReadable that lets you set the voltage
across the load as long as it maintains a reasonably stable current
draw.
|
class |
Pst3202Channel
Class for setting a voltage level supplied by a single channel of an Instek
PST-3202 programmable DC power supply, using the device-independent interface
PowerChannel . |
Modifier and Type | Field and Description |
---|---|
PowerChannel |
AmpsVsVolts.supply
Power supply channel supplying the voltage.
|
Modifier and Type | Method and Description |
---|---|
void |
HP548xxA.frequencyVsVoltage(java.lang.String nameStart,
PowerChannel supply,
float startV,
float endV,
float stepV,
int nchan)
Creates files
(name)(n).dat containing the frequencies
measured on scope channels n=1..nchan-1 as functions of the voltage
provided on the specified PowerChannel . |
Constructor and Description |
---|
AmpsVsVolts(PowerChannel supply,
CurrentReadable ammeter)
Specifies a current vs voltage measurement using the default voltage
range and
settleTime . |
AmpsVsVolts(PowerChannel supply,
CurrentReadable ammeter,
float voltsMin,
float voltsMax,
float voltsStep,
float settleTime)
Specifies a current vs voltage measurement.
|
ChainTest(ChainControl control,
PowerChannel vddSupply)
Create a scan chain tester for a particular experimental setup.
|
IndirectSet(CurrentReadable dial,
float setAmps,
float ampsError,
PowerChannel knob,
float initVolts,
float maxVolts)
Adjust the voltage on
knob until current on
dial reaches the setpoint. |
LogicLevel(PowerChannel vddChannel,
PowerChannel logicChannel,
boolean logicState)
Instantiate a LogicLevel object in the specified
logicState . |
PowerChannelResistorVoltageReadable(PowerChannel pc,
float ohmsOfResistor,
VoltageReadable voltMeterAcrossResistor,
boolean fastConvergence) |