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 |
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 . |
class |
ResistorCurrent
Infers current through a resistor from a voltage measurement, implements
CurrentReadable . |
Modifier and Type | Field and Description |
---|---|
CurrentReadable |
AmpsVsVolts.ammeter
Current measurement device
|
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.
|
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. |