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 |
Agilent34970AChannel
Class for reading a voltage level on a single channel of an Agilent 34970A
data acquisition/switch unit.
|
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 |
HP34401A
API for controlling the HP 34401A digital multimeter.
|
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 |
PowerChannel
Abstract class allowing generic control of a single power supply channel,
independent of the nature of the 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 |
---|---|
VoltageReadable |
ResistorCurrent.voltmeter
Readout of voltage across resistor
|
Constructor and Description |
---|
PowerChannelResistorVoltageReadable(PowerChannel pc,
float ohmsOfResistor,
VoltageReadable voltMeterAcrossResistor,
boolean fastConvergence) |
ResistorCurrent(float ohms,
VoltageReadable voltmeter)
Create object to indirectly measure current through a resistor.
|